-
-
Notifications
You must be signed in to change notification settings - Fork 420
Expand file tree
/
Copy path.gitignore
More file actions
37 lines (30 loc) · 610 Bytes
/
Copy path.gitignore
File metadata and controls
37 lines (30 loc) · 610 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/backup
dump-*
/inc/db.php
/src
# Normalized Data Output Folders
# These folders contain generated output from normalization tools
# and should not be committed to version control
normalized_data/
**/normalized_data/
normalize_db/*/normalized_data/
# Database Files (generated)
*.db
*.sqlite
*.sqlite3
# CSV Output Files (from normalization tools)
# Comment the line below if you want to commit CSV files
# *.csv
# Reports and Documentation (generated)
**/normalization_report.txt
**/summary_report.txt
# Python Cache
__pycache__/
*.py[cod]
*$py.class
# Temporary Files
*.tmp
*.temp
*~
# Log Files
*.log