# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# Virtual environments
.venv/

# Environment variables
.env
.env.development
.env.staging
.env.production

# Logs
logs/
*.jsonl

# Lock file (regenerated by uv)
uv.lock

# IDE
.idea/
.vscode/
.cursor/plans/
.cursor/prompts/
.cursor/settings.json

# macOS
.DS_Store

# Misc
*.ipynb
.pytest_cache/
.ruff_cache/
