You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
486 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg
*.egg-info/
dist/
build/
wheels/
.eggs/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/
.mypy_cache/
# Virtual environments
.venv/
venv/
env/
# uv
.python-version
# Environment
.env
# Database
*.db
*.sqlite
*.sqlite3
# Workspace artifacts (contain PII / large files)
workspace/chrome-profiles/
workspace/captures/
workspace/traces/
workspace/screenshots/
workspace/dom/
workspace/logs/
workspace/reports/
# macOS
.DS_Store