mirror of
https://github.com/tcsenpai/qrare.git
synced 2025-06-03 01:40:10 +00:00
35 lines
349 B
Plaintext
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 |