Skip to content

Commit

Permalink
config changes
Browse files Browse the repository at this point in the history
  • Loading branch information
arjbingly committed Mar 23, 2024
1 parent 58be4d8 commit dfe4ba7
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,20 @@ cython_debug/
# MacOS
*.DS_Store
**.env

# LLM Modesl
**.gguf

.idea/
**/others

# Data folder
data/

# Ruff
**/.ruff_cache/

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ exclude_lines = [
[tool.ruff]
line-length = 88
indent-width = 4
respect-gitignore = true
extend-exclude = ["tests", "others"]

[tool.ruff.lint]
Expand Down

0 comments on commit dfe4ba7

Please sign in to comment.