# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
.venv/
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Environment variables
.env
.env.*
# Logs
logs/
*.log
# macOS
.DS_Store
.AppleDouble
.LSOverride
._*
# VS Code
.vscode/
# PyCharm
.idea/
# Jupiter
.ipynb_checkpoints
# Testing
.pytest_cache/
htmlcov/
.coverage