disco-reaper/.gitignore
2026-02-21 20:07:26 +05:30

38 lines
368 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.yaml
!config.example.yaml
# Logs and State
migration.log
state.json
# Temporary Test Scripts
test_*.py