Files
basango/projects/crawler/.gitignore
T
2025-10-05 14:42:25 +02:00

22 lines
198 B
Plaintext

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