.qodo

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
env/
venv/
.venv/
ENV/
env.bak/
pip-wheel-metadata/
*.egg-info/
.python-version
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
coverage.xml

# VS Code
.vscode/
.idea/
.fleet/

# Flask/Instance and local DB
instance/
app.db
*.sqlite3
*.db

# Certificates and secrets
certs/*.pem
*.crt
*.key
.env
.env.*
!.env.example

# Build artifacts
dist/
build/
node_modules/
*.log

# Large local binaries and downloads
ffmpeg/
Downloads/

# OS junk files
.DS_Store
Thumbs.db
desktop.ini
