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

.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

build/
dist/
*.egg-info/

.env
.env.*
!.env.example

.venv/
venv/
env/

.idea/
.DS_Store

# Local planning artifacts
plan.md
datacontext_readme_launch_prompt.md
