25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

.gitignore 172 B

123456789101112131415161718192021
  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. # node modules
  14. node_modules
  15. # trash
  16. .DS_Store