# Keep the build context small and never ship local state or secrets.
.git
.gitea
.venv
**/__pycache__/
*.pyc
.pytest_cache
.ruff_cache
.coverage
htmlcov
dist
build
*.egg-info

# Local EVE token store / data dir — must never end up in an image layer.
data
*.enc
key

# Docs, tests, and dev tooling aren't needed at runtime.
tests
doc
docker-compose.yml
.env
.env.*
!.env.example
