# Python
.Python
__pycache__
*.pyc
*.pyd
*.pyo
.venv
.env

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

# Editors
.vscode/
.idea/
.DS_Store
.mypy_cache/
.pytest_cache/

# Poetry
.poetry/
poetry.lock 

# Logs
*.log
*.txt
