# Python
__pycache__/
*.py[cod]
*$py.class

# Distribution / Packaging
dist/
build/
*.egg-info/

# Virtual Environments
venv/
.venv/
env/

# Editor / IDE
.vscode/
.idea/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Local Environment Variables
.env
.env.*
!.env.example

.pypirc
