You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
319 B
25 lines
319 B
# Banco e arquivos transitórios |
|
*.sqlite |
|
*.sqlite3 |
|
*.db |
|
*.sqlite-wal |
|
*.sqlite-shm |
|
|
|
# Dados coletados |
|
/dfimoveis_data/photos/ |
|
/dfimoveis_data/raw/ |
|
/dfimoveis_data/browser-profile/ |
|
|
|
# Derivações grandes |
|
/data/derived/ |
|
/exports/ |
|
|
|
# Python |
|
__pycache__/ |
|
*.py[cod] |
|
.venv/ |
|
|
|
# Segredos e sessões |
|
.env |
|
.env.* |
|
*.cookies.json
|
|
|