# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# uv
.uv/
uv.lock

# pytest
.pytest_cache/
.coverage
htmlcov/
.tox/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# ruff
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Database files
*.db
*.sqlite
*.sqlite3

# Build artifacts
build/
dist/
*.egg-info/
*.egg

# Environment variables
.env
.env.local

# Logs
*.log

# Project specific
agents.db
examples/fastapi-app/.env
