# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg
*.egg-info/
dist/
build/
eggs/
parts/
var/
sdist/
develop-eggs/
.installed.cfg
lib/
lib64/

# Virtual environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Distribution / packaging
.Python
pip-log.txt
pip-delete-this-directory.txt

# Testing
.tox/
.nox/
.coverage
.coverage.*
htmlcov/
.pytest_cache/
.mypy_cache/
.ruff_cache/

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

# lutz — do NOT commit articles, reports, prompts or the vector store
articles/*
!articles/.gitkeep
analysis/execution_reports/*
!analysis/execution_reports/.gitkeep
prompts/*
!prompts/.gitkeep
.lutz/

# TypeScript build cache
tsconfig.tsbuildinfo

# OS
.DS_Store
Thumbs.db
