teleo-infrastructure/.gitignore
2026-05-30 01:53:10 +02:00

37 lines
326 B
Text

# Python
__pycache__/
*.pyc
*.pyo
# Database
*.db
*.db-wal
*.db-shm
# Secrets (never commit)
secrets/
# Logs
logs/
*.log
# Virtual environment
.venv/
# Test artifacts
.pytest_cache/
.crabbox/
.crabbox-results/
htmlcov/
.coverage
# Build
*.egg-info/
dist/
build/
# OS
.DS_Store
# Hermes session artifacts
ops/sessions/