Skip to content

Commit f1ac293

Browse files
author
Itamar Shalev
committed
gitignore: Ignore common IDE folders
Ignore .vscode and .idea to keep the repository clean and avoid cluttering it with IDE-specific configuration files. Signed-off-by: Itamar Shalev <[email protected]>
1 parent 829e05c commit f1ac293

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.gitignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# VsCode IDE
2+
.vscode/
3+
4+
# JetBrains IDEs
5+
.idea/
6+
17
# Byte-compiled / optimized / DLL files
28
__pycache__/
39
*.py[cod]

0 commit comments

Comments
 (0)