# Python
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
*.egg-info/
dist/
build/
*.egg
.venv/
venv/
*.so

# Node
node_modules/
web/web-app/dist/
web/web-app/node_modules/
web/web-app/test-results/
web/web-app/playwright-report/

# Git
.git/
.gitignore

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

# OS
.DS_Store
Thumbs.db

# Docker
docker-compose.yml
Dockerfile
.dockerignore

# Docs
*.md
LICENSE

# Logs
*.log
nohup.out
gunicorn-access.log
gunicorn-error.log
app.log

# Test files
test_*.py
tests/
manual_test_*.py

# Scripts (not needed in container)
run.sh
install.sh

# Lock files
uv.lock
package-lock.json
!web/web-app/package-lock.json

# Part files and downloads
*.part
*.mp4
*.mkv
*.webm

# Egg info
*.egg-info/

# Config backups
*.bak