Skip to content

Commit

Permalink
update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
yaswant committed Aug 1, 2024
1 parent f1ba00b commit a4b8f8e
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# python ignores
*.py[co]
*.py[cod]
__pycache__/
environment.yml

# ide files
Expand All @@ -16,8 +17,11 @@ environment.yml
# OS files
\.DS_Store
.cache/
__pycache__/

# Egg that gets created with 'pip install -v -e .'
*.egg-info/
.eggs/
eggs/
*.egg

# Sphinx doc builds
docs/_build/

0 comments on commit a4b8f8e

Please sign in to comment.