# Environment
.env
.venv

# Python
__pycache__/
*.pyc
*.pyo
.python-version
.pytest_cache/

# IDEs
.vscode/

# Distribution / Packaging
.Python
build/
develop-eggs/
dist/