__pycache__/
*.py[cod]
*.egg-info/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
dist/
build/
*.egg
*.whl
*.tar.gz

# IDE
.vscode/
.idea/
.DS_Store

# Local env / secrets
.env
.env.*
!.env.example

# Local plan / scratch
.plans/
.cursor/

# Coverage / test artifacts
.coverage
.coverage.*
htmlcov/
coverage.xml
*.cover
scripts/test_prompts_results.json

# Other Python test runners
.tox/
.nox/

# Editor swap / backup files
*.swp
*.swo
*~
*.bak

# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
