samvish commited on
Commit
ffaac19
·
verified ·
1 Parent(s): 850cabf

Update .gitignore

Browse files
Files changed (1) hide show
  1. .gitignore +11 -4
.gitignore CHANGED
@@ -1,4 +1,11 @@
1
- venv/
2
- .env
3
- __pycache__/
4
- *.pyc
 
 
 
 
 
 
 
 
1
+ # .gitattributes
2
+
3
+ # Auto-detect text files and ensure they use LF line endings
4
+ * text=auto eol=lf
5
+
6
+ # You could explicitly mark file types if needed, but '*' often suffices
7
+ # *.py text eol=lf
8
+ # *.txt text eol=lf
9
+ # *.md text eol=lf
10
+ # Dockerfile text eol=lf
11
+ # requirements.txt text eol=lf