# Add your project-specific ignores above this line.

### IMPORTANT: Anything beyond this line is overflask configuration
### ============================================================
### They will be overwritten when running "manage.py overflask overwrite"

# 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/
