20 lines
171 B
Plaintext
20 lines
171 B
Plaintext
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.egg-info/
|
|
.venv/
|
|
build/
|
|
dist/
|
|
*.spec
|
|
.pytest_cache/
|
|
|
|
# Local secrets/config
|
|
config.json
|
|
|
|
# Binary releases
|
|
*.exe
|
|
*.msi
|
|
*.zip
|