Files
btgo-playwright/.gitignore
2025-11-06 20:55:35 +02:00

26 lines
230 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
.venv/
venv/
ENV/
# Playwright
.pytest_cache/
test-results/
# Environment & Secrets
.env
auth.json
# Data & Logs
data/*.csv
data/*.json
data/*.png
logs/*.log
# OS
.DS_Store
Thumbs.db