# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

# Virtual environments
.venv/
venv/
ENV/
env/

# Distribution / packaging
build/
dist/
*.egg-info/
.eggs/

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

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

# Linting
.ruff_cache/

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

# Git (keep .git for setuptools-scm version detection)
# .git/
.gitignore
.gitattributes

# GitHub
.github/

# Documentation
*.md
!README.md
!LICENSE

# Examples
examples/

# Tests
tests/

# Other
.DS_Store
Thumbs.db
