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

# Virtual environments
.venv/
venv/
env/

# uv
.uv/

# Environment
.env
!.env.example

# IDE
.vscode/
.idea/
*.swp

# Testing
.pytest_cache/
.coverage
htmlcov/

# Type checking
.mypy_cache/

# Vector DB / embeddings
chroma_db/
*.faiss
*.pkl

# LangSmith / LangChain cache
.langchain.db
langchain_cache/

# Logs
*.log
logs/
