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

*.so

.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
*.egg
MANIFEST

.venv/
venv/
ENV/
env/

pip-log.txt
pip-delete-this-directory.txt

htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/

.mypy_cache/
dmypy.json
dmypy.txt
.ruff_cache/

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

.DS_Store
Thumbs.db

.env
.env.*
