Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
# Handle line endings automatically for files detected as text
# and leave all files detected as binary untouched.
# ============
* text=auto
* text=auto eol=lf

# Source files
# ============
*.pxd text eol=crlf diff=python
*.py text eol=crlf diff=python
*.py3 text eol=crlf diff=python
*.pyw text eol=crlf diff=python
*.pyx text eol=crlf diff=python
*.pyz text eol=crlf diff=python
*.pyi text eol=crlf diff=python
*.pxd text diff=python
*.py text diff=python
*.py3 text diff=python
*.pyw text diff=python
*.pyx text diff=python
*.pyz text diff=python
*.pyi text diff=python

# Binary files
# ============
Expand All @@ -26,7 +26,8 @@
*.pyo binary

# MarkDown
*.md text eol=crlf
*.md text

*.bat text eol=crlf
*.ps1 text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
11 changes: 11 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,14 @@ plugins/webui/frontend/test-results/

docs
documentation

# Temporary files
tmp
temp
*.bak

# AI
.omo/
.opencode/
AGENTS.md
CONTEXT.md
Loading