qrare/.gitignore
2025-02-27 10:43:36 +01:00

35 lines
349 B
Plaintext

# QR code output files
qr_code_*.png
qr_codes/
output_test_file.txt
# Python package build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
*$py.class
.eggs/
# Virtual environments
venv/
env/
ENV/
.venv/
.env/
# Development and testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# IDE files
.idea/
.vscode/
*.swp
*.swo
.DS_Store
mise.toml