# Git ignore file
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info/
dist/
build/
.venv/
venv/
env/
.env
.DS_Store
.vscode/
.idea/
*.log
instance/
.coverage
htmlcov/
.pytest_cache/
*.db
*.sqlite
*.sqlite3
