# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg

# Virtual environments
venv/
ENV/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json

# Local development
.claude/
*.local.json
settings.local.json

# OS artifacts
.DS_Store
Thumbs.db
nul

# Logs
*.log
logs/

# Temp files
tmp/
temp/
*.tmp

# Archive folder
archive/

# Coverage reports
coverage_html/
coverage.xml

# Hypothesis testing
.hypothesis/

# Environment files
.env
.env.local
.env.*.local

# Build artifacts
*.whl
