Data_Lab/.gitignore
2025-12-09 15:49:29 -07:00

17 lines
No EOL
147 B
Text

# Local data files
files/
*.csv
*.json
*.xlsx
# Python caches
__pycache__/
*.pyc
*.pyo
*.pyd
# VS Code settings
.vscode/
#Environment files
.env