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

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

Comments

Loading...