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 1.1 KB

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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
  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. # python stuff
  22. __pycache__
  23. # bfg-generated
  24. *bfg*
  25. # ipynb stuff
  26. *-checkpoint.ipynb
  27. *.ipynb_checkpoints
  28. # .DS_Store
  29. # justin_credit_card/
  30. # char-rnn/
  31. # justin_tinker/
  32. # **/to_delete
  33. # to_delete/
  34. # **/lendingclub_csvs
  35. # **/*.h5
  36. # **/*.pkl
  37. # **/*.zip
  38. # **/LCDataDictionary.xlsx
  39. # **/account_info.py
  40. # checking_imports.ipynb
  41. # hello.txt
  42. # test_cron.py
  43. # bfg-1.12.15.jar
  44. # passwords.txt
  45. # myserver.cron
  46. # **/*.pyc
  47. # **/exploratory_bayesian_updates.ipynb
  48. # account_info.py
  49. # account_info.pyc
  50. # **/config_file_wip.ini
  51. # **/config_data_wip.py
  52. # **/figuring_out_working_with_LC_api.ipynb
  53. # chromedriver
  54. # hacker_rank_to_copy.ipynb
  55. # **/data
  56. # .ipynb_checkpoints
  57. # */.ipynb_checkpoints/*
  58. # **/train
  59. # **/val
  60. # **/valid
  61. # **/test
  62. # **/faces
  63. # randoms/
  64. # zenbot/
  65. # **/model_dump/
  66. # **/tmp/
  67. # sensitive_info.txt
  68. # */tmp/*
  69. # **/*.pyc
  70. # credentials.json
  71. # dataprep_and_modeling
  72. # lc_utils.py
  73. # /data
  74. possible_removal
  75. /modeling
  76. /results
Tip!

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

Comments

Loading...