Skip to content

Commit

Permalink
[PATCH] Housekeeping
Browse files Browse the repository at this point in the history
  • Loading branch information
Diapolo10 committed Aug 18, 2024
1 parent d686ea8 commit a579d38
Show file tree
Hide file tree
Showing 6 changed files with 190 additions and 133 deletions.
28 changes: 28 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,30 @@
# Source files
# ============
*.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
# ============
*.db binary
*.p binary
*.pkl binary
*.pickle binary
*.pyc binary export-ignore
*.pyo binary export-ignore
*.pyd binary

# Jupyter notebook
*.ipynb text eol=lf

# Note: .db, .p, and .pkl files are associated
# with the python modules ``pickle``, ``dbm.*``,
# ``shelve``, ``marshal``, ``anydbm``, & ``bsddb``
# (among others).

# Auto detect text files and perform LF normalization
* text=auto
2 changes: 1 addition & 1 deletion .github/workflows/github_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ ubuntu-latest ]
python-version: [
'3.11',
# 'pypy-3.8',
# 'pypy-3.10',
]
steps:

Expand Down
Loading

0 comments on commit a579d38

Please sign in to comment.