disco-reaper/.gitignore
2026-02-24 17:31:49 +05:30

43 lines
452 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/
!fluxer.config.example.yaml
!stoat.config.example.yaml
fluxer.config.yaml
stoat.config.yaml
# Logs and State
*.log
*.json
# Temporary Test Scripts
test_*.py
test_release.zip
test_release/