Compare commits
2 Commits
892ac3d23b
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| cc3411d6eb | |||
| a78b14b04a |
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# Spreadsheets
|
||||||
|
*.xlsx
|
||||||
|
*.xls
|
||||||
|
*.csv
|
||||||
|
*.ods
|
||||||
|
|
||||||
|
# Virtual environment
|
||||||
|
.venv/
|
||||||
|
|
||||||
|
# Python
|
||||||
|
__pycache__/
|
||||||
|
*.py[cod]
|
||||||
|
*.egg-info/
|
||||||
|
|
||||||
|
# IDE
|
||||||
|
.idea/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
|
# AI
|
||||||
|
.claude/
|
||||||
Binary file not shown.
Reference in New Issue
Block a user