# Git
.git/
.gitignore

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

# IDE
.idea/
.vscode/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Documentation
overflask-docs/
*.md
!README.md

# Local development files
.env
*.sqlite
