initializare
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user