Skip to content

Commit 1cd038b

Browse files
committed
add ignores for more venvs and backup files
1 parent f231ba8 commit 1cd038b

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

.dockerignore

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@
77
.pre-commit-config.yaml
88
.readthedocs.yml
99
.travis.yml
10-
venv
1110
.git
11+
12+
# ignore local python environments
13+
venv
14+
.venv
15+
16+
# prevent large backup files from being copied into the image
1217
/backups
18+
*.sql
19+
*.gz

.gitignore

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -292,9 +292,7 @@ config_generation/config.py
292292
# Model's inference files
293293
Document_Classifier_inference/model.pt
294294

295-
# Database backup
296-
backup.json
295+
# Ignore Database Backup files
297296
/backups
298-
299-
# Prod backup
300-
prod_backup-20240423.json
297+
*.sql
298+
*.gz

0 commit comments

Comments
 (0)