# Exclude build artifacts
build/
python_build/
dist/
*.egg-info/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.dylib
*.egg
.eggs/

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

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

# Documentation
docs/_build/

# OS
.DS_Store
Thumbs.db
