Skip to content

Commit

Permalink
Code cleaning (#4163)
Browse files Browse the repository at this point in the history
  • Loading branch information
sambodeme authored Aug 13, 2024
1 parent 0bd7833 commit 289bccd
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ ENV/
env.bak/
venv.bak/

# Added by MSHD for local development
backend/my_env

# Spyder project settings
.spyderproject
.spyproject
Expand Down Expand Up @@ -151,15 +154,6 @@ backend/.idea/

backend/census_historical_migration/data/

# Data loading artifacts
backend/data_distro/data_to_load/run_logs/Results_*
backend/data_distro/data_to_load/run_logs/Lines_*
backend/data_distro/data_to_load/run_logs/Errors_*
backend/data_distro/data_to_load/run_logs/Exceptions_*
# And, data people download to load locally
backend/data_distro/data_to_load/*.txt


# Assets
node_modules/
backend/static/compiled
Expand Down

0 comments on commit 289bccd

Please sign in to comment.