# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
.env

# IDE
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Project specific - runtime data (not tracked)
# Whitelist: ignore ALL runtime data in context/, only keep templates/placeholders.
# (Robuster than per-file blacklist: any new runtime file is ignored by default.)
context/*
!context/.gitkeep
!context/chunks/
context/chunks/*
!context/chunks/.gitkeep
!context/*.template.json
!context/*.example
logs/
*.log

# Build artifacts
dist/
build/
*.egg-info/
src/*.egg-info/

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
backups/
