# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.pytest_cache/
.ruff_cache/
.pyright/

# Environment / secrets
.env
.env.*
!.env.example

# Editors / OS
.DS_Store
.idea/
.vscode/

# local planning scratch
.superpowers/

# Integration test scratch (cloned chirpstack-docker + generated env)
.integration/
