# Local environment files
.env
everos.env
*.env.local

# Gateway runtime data
data/
storage/
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal

# Python caches
__pycache__/
*.py[cod]
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/

# Virtual environments
.venv/
venv/
env/

# Packaging output
build/
dist/
*.egg-info/

# Logs and local process files
*.log
*.pid
