Skip to content

Commit

Permalink
Create .gitignore, remove .pyc from repository
Browse files Browse the repository at this point in the history
  • Loading branch information
tlranda committed Jun 7, 2023
1 parent fdde773 commit 46f11b6
Show file tree
Hide file tree
Showing 5 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
# Repository artifacts that do not need to be tracked
*.job
*.log
tmp_files/
tmpoutfile.txt


# Python artifacts that do not need to be tracked
__pycache__/
*.py[cod]
*$py.class
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.install.cfg
*.egg
MANIFEST
*.manifest
*.spec
pip-log.txt
pip-delete-this-directory.txt
.ipynb_checkpoints
cython_debug/

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 46f11b6

Please sign in to comment.