# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.eggs/
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.cache
.hypothesis/
.ruff_cache/
.mypy_cache/

# venv
.venv/
venv/
env/

# uv
# (uv.lock is checked in; ignore only the venv it creates)

# Editor
.vscode/
.idea/
*.swp
*.swo
.DS_Store

# Cerbero Bite — runtime data
data/
*.local.yaml
.lockfile
.gui-lockfile

# Secrets
.env
.env.*
!.env.example
