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

# Virtual Environments
.venv/
env/
venv/
ENV/

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

# Unit Test / Coverage
.pytest_cache/
.coverage
htmlcov/

# Ruff
.ruff_cache/

# MyPy / Type Checking
.mypy_cache/
.dmypy.json
dmypy.json

# IDEs
.idea/
.vscode/

# Project specific
context/
tests/verify_local.py
.env
.envrc