disco-reaper/.gitignore
2026-02-24 22:58:41 +05:30

41 lines
393 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/
# Configuration and Secrets
configs/
!config.example.yaml
config.yaml
# Logs and State
*.log
*.json
# Temporary Test Scripts
test_*.py
test_release.zip
test_release/