# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
dist/
*.egg-info/
.installed.cfg
*.egg
.eggs/

# Virtual environments
.venv/
venv/
env/

# Environment + secrets
.env
.env.*
!.env.example
*.pem

# Testing / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
coverage.xml
.tox/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Logs / runtime
*.log
logs/

# LangGraph / LangChain local state
.langgraph_cache/
langsmith_traces/

# Jupyter notebook checkpoints
.ipynb_checkpoints/
