# Python cache and compiled files
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual environments
.venv/
venv/

# Build outputs
build/
dist/
*.egg-info/

# Test and coverage
.pytest_cache/
.coverage
htmlcov/

# IDE/editor configs
.vscode/
.idea/

# OS-specific
.DS_Store
Thumbs.db
