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 936 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
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
  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. # files
  11. Jenk_ref
  12. requirements_bak.txt
  13. *.c
  14. *.so
  15. # python stuff
  16. __pycache__
  17. # bfg-generated
  18. *bfg*
  19. # ipynb stuff
  20. *-checkpoint.ipynb
  21. *.ipynb_checkpoints
  22. .DS_Store
  23. justin_credit_card/
  24. char-rnn/
  25. justin_tinker/
  26. **/to_delete
  27. to_delete/
  28. **/lendingclub_csvs
  29. **/*.h5
  30. **/*.pkl
  31. **/*.zip
  32. **/LCDataDictionary.xlsx
  33. **/account_info.py
  34. checking_imports.ipynb
  35. hello.txt
  36. test_cron.py
  37. bfg-1.12.15.jar
  38. passwords.txt
  39. myserver.cron
  40. **/*.pyc
  41. **/exploratory_bayesian_updates.ipynb
  42. account_info.py
  43. account_info.pyc
  44. **/config_file_wip.ini
  45. **/config_data_wip.py
  46. **/figuring_out_working_with_LC_api.ipynb
  47. chromedriver
  48. hacker_rank_to_copy.ipynb
  49. **/data
  50. .ipynb_checkpoints
  51. */.ipynb_checkpoints/*
  52. **/train
  53. **/val
  54. **/valid
  55. **/test
  56. **/faces
  57. randoms/
  58. zenbot/
  59. **/model_dump/
  60. **/tmp/
  61. sensitive_info.txt
  62. */tmp/*
  63. **/*.pyc
  64. credentials.json
  65. dataprep_and_modeling
  66. lc_utils.py
Tip!

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

Comments

Loading...