.env
.venv/
.claude/
agent.ipynb
__pycache__/
.coverage
.ruff_cache/
.pytest_cache/
.mypy_cache/
*.db

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

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

# OS
.DS_Store
Thumbs.db
