Skip to content

Commit a068ee9

Browse files
committedNov 17, 2024
Updated .gitignore to ignore IDE files and venv
1 parent 862e80f commit a068ee9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed
 

‎.gitignore

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Ignore PyCharm project files
2+
.idea/
3+
4+
# Ignore Python virtual environments
5+
venv/
6+
7+
# Ignore any other specific file
8+
misc.xml
9+
Software_enginnering-Code_base.iml
10+
inspectionProfiles/

‎Basic_Py_Syntax

Whitespace-only changes.

0 commit comments

Comments
 (0)
Please sign in to comment.