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

# Virtual environments
.venv
venv/
env/
ENV/

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

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

# Type checking
.mypy_cache/
.pytype/
.pyre/

# Linting
.ruff_cache/

# Environment variables
.env
.env.local

# Jupyter
.ipynb_checkpoints/
*.ipynb

# Logs
*.log

# Database
*.db
*.sqlite

# Claude/AI assistant
.claude-flow/
.hive-mind/

# uv lock file (keep this commented if you want to version it)
# uv.lock