소스 검색

add .gitignore

reghao 1 개월 전
커밋
79149c3a81
1개의 변경된 파일8개의 추가작업 그리고 0개의 파일을 삭제
  1. 8 0
      .gitignore

+ 8 - 0
.gitignore

@@ -0,0 +1,8 @@
+.idea/
+*logs*/
+venv/
+*.iml
+*.log
+*.db
+__pycache__
+*/__pycache__