Skip to content

Commit 180db8f

Browse files
committed
fix: update .gitignore to include .pyc files and .idea directory
1 parent 103fba3 commit 180db8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
*.py[codz]
44
*$py.class
5+
*.pyc
56

67
# C extensions
78
*.so
@@ -161,7 +162,7 @@ cython_debug/
161162
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
162163
# and can be added to the global gitignore or merged into this file. For a more nuclear
163164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
164-
#.idea/
165+
.idea/
165166

166167
# Abstra
167168
# Abstra is an AI-powered process automation framework.

0 commit comments

Comments
 (0)