# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.pyo
*.pyd

# Virtual environment
venv/
.env

# Flask instance folder
instance/

# SQLite database
*.sqlite3

# Logs and debug output
*.log

# Pytest cache
.pytest_cache/

# MyPy type checking cache
.mypy_cache/

# IDE files
.vscode/
.idea/

# Coverage reports
htmlcov/
.coverage
*.cover

# Black formatted files backup
*.pyi.bk