44 lines
415 B
Text
44 lines
415 B
Text
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
env/
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
*.txt
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
ENV/
|
|
reference/
|
|
|
|
# Configuration and Secrets
|
|
configs/
|
|
!config.example.yaml
|
|
config.yaml
|
|
|
|
# Logs and State
|
|
*.log
|
|
*.json
|
|
|
|
# Temporary Test Scripts
|
|
test_*.py
|
|
test_release.zip
|
|
test_release/
|
|
|
|
EXPORT-*/
|