disco-reaper/.gitignore
2026-02-20 11:58:50 +05:30

37 lines
359 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
# Virtual Environment
venv/
ENV/
# Configuration and Secrets
config.yaml
!config.example.yaml
# Logs and State
migration.log
state.json
# Temporary Test Scripts
test_*.py