# Written once by "overflask create" and never touched again — "overflask sync" does not
# rewrite it, so edit it freely and keep it current yourself.

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# Virtual environments
venv/
.venv/
env/
.env

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

# Distribution / packaging
dist/
build/
*.egg-info/

# Testing
.pytest_cache/
.coverage
htmlcov/

# Logs
*.log

# Local development
.env
*.sqlite

# Overflask documentation
overflask-docs/
