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

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

Comments

Loading...