소스 검색

【项目创建】

1.增加.gitignore文件
ChenYL 1 년 전
부모
커밋
ea99fba46c
1개의 변경된 파일30개의 추가작업 그리고 0개의 파일을 삭제
  1. 30 0
      .gitignore

+ 30 - 0
.gitignore

@@ -0,0 +1,30 @@
+*.bak
+*.pyc
+*.xml
+*.tar.gz
+*.iml
+*.zip
+*.icls
+/_windows/
+
+/codestyles/
+
+# Temp
+build/
+dist/
+*.egg-info/
+colors
+
+# IDE
+.idea/
+.env
+
+# jupyter
+.ipynb_checkpoints
+#docs/source/_static/
+#docs/source/_templates/
+.DS_Store
+.pytest_cache
+
+logs/
+!crypto_info.zip