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 534 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
  1. *.class
  2. *.log
  3. logs
  4. #VIM spegcific
  5. tags
  6. .*.swp
  7. .*.swo
  8. #MAC OS specific
  9. .DS_Store
  10. # sbt specificf
  11. .cache/
  12. .history/
  13. .lib/
  14. dist/*
  15. target/
  16. lib_managed/
  17. src_managed/
  18. project/boot/
  19. project/plugins/project/
  20. .idea
  21. .idea/*
  22. *.egg-info
  23. **/.ipynb_checkpoints/*
  24. __pycache__/
  25. /data.xml
  26. expressions/.gitignore
  27. expressions/all.dvc
  28. expressions/all/
  29. expressions/by_animal_class.dvc
  30. expressions/by_animal_class/
  31. expressions/by_class_tissue.dvc
  32. raw.githubusercontent.com
  33. data/output/external/causal_relations_5_tissues_anton_species_5_bootstraps.csv
Tip!

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

Comments

Loading...