# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python

# Virtual environments
.venv/
venv/
env/
.python-version

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

# Dev server
dev.sqlite3

# pytest
.pytest_cache/

# mypy
.mypy_cache/

# IDEs
.vscode/
.idea/

# macOS
.DS_Store

.env