context/
context/

# Python
__pycache__/
*.py[cod]
*.egg-info/
*.egg
dist/
build/
.eggs/

# Testing
.pytest_cache/
.coverage
.tox/
.mypy_cache/
.ruff_cache/

# Documentation
docs/_build/

# Environment
.venv/
.env

# OS
.DS_Store
Thumbs.db

# IDEs
.idea/
.vscode/
*.swp
*.swo
*~
.env.local
local/
