# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/

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

# PyPI credentials
.pypirc

# Testing
.pytest_cache/
.coverage
htmlcov/
coverage.xml

# IDEs
.idea/
.vscode/
*.iml

# macOS
.DS_Store
