We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 103fba3 commit 180db8fCopy full SHA for 180db8f
1 file changed
.gitignore
@@ -2,6 +2,7 @@
2
__pycache__/
3
*.py[codz]
4
*$py.class
5
+*.pyc
6
7
# C extensions
8
*.so
@@ -161,7 +162,7 @@ cython_debug/
161
162
# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
163
# and can be added to the global gitignore or merged into this file. For a more nuclear
164
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
-#.idea/
165
+.idea/
166
167
# Abstra
168
# Abstra is an AI-powered process automation framework.
0 commit comments