# Bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
*.egg-info/
.eggs/

# Virtualenvs
.venv/
venv/
ENV/

# Build / packaging
build/
dist/
*.whl

# Secrets / local env
.env
.env.*
!.env.example
credentials.json
**/credentials.json

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

# Runtime data (project-local override via --data-dir ./data)
data/
!data/**/.gitkeep

# Keep empty placeholder dirs in git when present
!data/exports/.gitkeep
!data/entities/.gitkeep
!data/entity_deep_dives/.gitkeep
