28 lines
335 B
Plaintext
28 lines
335 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.egg-info/
|
|
.venv/
|
|
venv/
|
|
|
|
# Test / lint caches
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# PyInstaller / build
|
|
build/
|
|
dist/
|
|
# Note: bcc.spec is tracked; *.spec here would exclude it — keep this explicit:
|
|
*.spec.bak
|
|
|
|
# App runtime
|
|
.bcc_backups/
|
|
|
|
# OS / editor
|
|
.DS_Store
|
|
Thumbs.db
|
|
.idea/
|
|
.vscode/
|