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

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

Comments

Loading...