# General
.env
*pycache*
*.pyc
venv/

# db
*.db

# OS generated files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes

# IDE
.idea/
.vscode/

# logs
logs/*
!logs/README.md

# pytest
.pytest_cache