# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.venv/
venv/
.env

# Build artifacts
dist/
build/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
htmlcov/

# IDE
.vscode/
.idea/
*.swp

# OS
.Desktop.ini
Thumbs.db

# MkDocs
site/

# Backend (if you keep it in same repo, you may want to ignore its venv)
backend/.venv/