# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
.eggs/
*.whl

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

# Testing
.pytest_cache/
.coverage
htmlcov/
*.lcov

# Type checking
.mypy_cache/
.pyright/

# Logs produced by pmon itself
*.log

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

# OS
.DS_Store
Thumbs.db
