# Python
__pycache__/
*.py[cod]
*.egg-info/
dist/
build/

# Virtual environment
.venv/

# Coverage
.coverage
htmlcov/

# pytest
.pytest_cache/

# Logs
*.log

# Editor
.vscode/
.idea/
*.swp
*.swo

# OS
Thumbs.db
Desktop.ini
.DS_Store

# Frontend build
web/node_modules/

# Playwright
web/test-results/
web/playwright-report/
web/e2e/*.png

# Nuitka build output
*.exe
*.dll
*.so
*.pyd
*.manifest
*.exp
*.lib
*.obj
*.pdb
*.ilk

logs/