We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 487de08 commit e4b4a38Copy full SHA for e4b4a38
.gitignore
@@ -152,9 +152,5 @@ dmypy.json
152
# Cython debug symbols
153
cython_debug/
154
155
-# PyCharm
156
-# JetBrains specific template is maintained in a separate JetBrains.gitignore that can
157
-# be found at https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
158
-# and can be added to the global gitignore or merged into this file. For a more nuclear
159
-# option (not recommended) you can uncomment the following to ignore the entire idea folder.
160
-#.idea/
+# MacOS
+.DS_Store
src/python/transactions/.gitignore
@@ -0,0 +1 @@
1
+transaction_db
0 commit comments