# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
env/
ENV/

# Database
*.db
instance/*.db

# IDE
.vscode/
.idea/
*.swp
*.swo

# Git
.git/
.gitignore

# Environment
.env

# Testing
.pytest_cache/
htmlcov/
.coverage

# Documentation
TODO.md
README.md

# Scripts
setup.sh
run.sh
test_client.py
