Skip to content

Commit f5570cd

Browse files
committed
Updated .gitignore
1 parent 1ac28da commit f5570cd

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.gitignore

+19
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,22 @@ venv.bak/
102102

103103
# mypy
104104
.mypy_cache/
105+
106+
# IntelliJ, PyCharm
107+
.idea/
108+
*.iml
109+
*.iws
110+
target/
111+
out/
112+
113+
# Visual Studio Code
114+
.vscode/
115+
116+
# Package Files
117+
*.zip
118+
*.tar
119+
*.tar.gz
120+
*.rar
121+
122+
# Mac
123+
.DS_Store

0 commit comments

Comments
 (0)