Files
basango/projects/crawler/.gitignore
T
2025-10-06 20:00:54 +02:00

23 lines
213 B
Plaintext

.idea/
.vscode/
.ipynb_checkpoints/
*.pyc
.env.local
.env.*.local
var/
.DS_Store
# Python-generated files
__pycache__/
.pytest_cache/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
data/