You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 309 B

4 vuotta sitten
4 vuotta sitten
4 vuotta sitten
12345678910111213141516171819202122232425262728293031
  1. # ide & editor
  2. .idea/
  3. .vscode/
  4. # compiled & binary
  5. *.egg-info/
  6. __pycache__/
  7. *.pyc
  8. *.egg-info
  9. # graphviz
  10. *.gv*
  11. # dist
  12. dist
  13. website/build
  14. # node modules
  15. node_modules
  16. # testing
  17. main.py
  18. # trash
  19. .DS_Store
  20. # Website uses yarn; ignore npm package-lock.json
  21. website/package-lock.json
  22. # Ignore .swp files
  23. .swp