Skip to content

Commit

Permalink
Add .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
trevorbaca committed Feb 4, 2025
1 parent d24d0ef commit 6e54f3c
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# LaTeX
*.aux
*.log
*.gz

# macOS
.DS_Store

# mypy
.mypy_cache

# output
*.midi
*.pdf

# pip
pip-log.txt
pip-delete-this-directory.txt

# pytest
.coverage
.pytest_cache
htmlcov

# python
*.egg
*.egg-info
*.py[cod]
__pycache__

0 comments on commit 6e54f3c

Please sign in to comment.