# Python cache and compiled files
__pycache__/
*.py[cod]
*.pyo

# Build artifacts
build/
dist/
*.egg-info/

# Test and tooling cache
.pytest_cache/
.ruff_cache/
.coverage
.mypy_cache/

# Virtual environments
.venv/
venv/

# Local environment and secrets
.env
.env.*
config.json
config.local.json

# Runtime data
.voidbot/

# Editor and OS files
.DS_Store
