# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
*.egg

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

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

# Virtual environments
venv/
env/
ENV/

# Mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Ruff
.ruff_cache/

# Plugin builds
*/dist/
*/build/
*/*.egg-info/
