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

# Virtual environments
.venv
venv/
env/

# Environment variables
.env

# IDE files
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# OS files
.DS_Store
Thumbs.db

# Build and distribution artifacts
*.egg-info/
.eggs/
*.whl
*.tar.gz

# Package management
.uv/
Pipfile.lock
poetry.lock

# Documentation builds
docs/_build/
site/

# Project-specific
CLAUDE.md