first commit
This commit is contained in:
13
.gitignore
vendored
Normal file
13
.gitignore
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
# Environment — contains credentials, never commit
|
||||
.env
|
||||
|
||||
# Financial data — keep off version control
|
||||
imports/*.csv
|
||||
incoming/*.csv
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Editor
|
||||
.vscode/
|
||||
*.swp
|
||||
Reference in New Issue
Block a user