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

# Virtual environments
.venv

# Test outputs
.pytest_cache/
.coverage
coverage.xml
htmlcov/
_build/

# Type checking
.mypy_cache/

# Documentation build
docs/_build/

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

# OS
.DS_Store
