SmartCane/.gitignore
2025-09-05 15:23:41 +02:00

21 lines
251 B
Plaintext

# PHP (Laravel) Ignores
#/laravel_app/vendor/
#/laravel_app/.env
.idea/
# Python Ignores
/python_app/__pycache__/
/python_app/*.pyc
# R Ignores
/r_app/*.Rhistory
/r_app/*.Rdata
.DS_Store
.Rproj.user
# Data and output files
*.tif
*.csv
*.txt
*.docx