Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

.gitignore 423 B

You have to be logged in to leave a comment. Sign In
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
38
  1. # folders
  2. to_ignore
  3. # data
  4. # csvs_[0-9]*
  5. user_creds
  6. build
  7. catboost_info
  8. OLD_modeling_and_eda
  9. models
  10. #data_ori
  11. *.egg-info
  12. # files
  13. Jenk_ref
  14. requirements_bak.txt
  15. *.c
  16. *.so
  17. account_info.py
  18. credentials.json
  19. sensitive_info.txt
  20. *.fth
  21. # lc_api_loans.db
  22. *.db
  23. # python stuff
  24. __pycache__
  25. # bfg-generated
  26. *bfg*
  27. # ipynb stuff
  28. *-checkpoint.ipynb
  29. *.ipynb_checkpoints
  30. # Stuff to sort into proper area later
  31. possible_removal
  32. /modeling
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...