41 lines
416 B
Text
41 lines
416 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
|
|
temp.txt
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
ENV/
|
|
|
|
# Configuration and Secrets
|
|
config.test.yaml
|
|
config.yaml
|
|
!config.example.yaml
|
|
|
|
# Logs and State
|
|
migration.log
|
|
state.json
|
|
|
|
# Temporary Test Scripts
|
|
test_*.py
|
|
test_release.zip
|
|
test_release/
|