.env
.venv
__pycache__/
*.pyc
*.pyo
*.pyd
*.sqlite3
*.log
.git/
.gitignore
dist/
build/
*.egg-info/

