# VCS
.git
.gitignore

# Node
node_modules
**/node_modules
frontend/.next
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*

# Python
__pycache__
*.py[cod]
*.pyo
*.pyd
*.so
*.egg-info
.eggs
.pytest_cache
.mypy_cache
.pyre
backend/venv
.venv

# Local env
.env
.env.*
*.env

# Builds and caches
.DS_Store
*.log
coverage
.cache
.next
out

# App artifacts not needed in image
# App writes to downloads at runtime
downloads
*.mp4
*.webm
*.mkv
*.mov
*.avi

# Docker
Dockerfile*
!.dockerignore

# Misc
thumbs.db
