# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/

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

# Testing
.coverage
.pytest_cache/
htmlcov/

# Environments
.env

# IDE
.vscode/
.idea/

# OS
.DS_Store