Skip to content

Commit

Permalink
commit gitignore file for better team organization
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoli0 committed Mar 28, 2023
1 parent d8ac746 commit 22d1cdd
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
.*

# Compiled python modules.
*.pyc

# Setuptools distribution folder.
dist/

# Python egg metadata, regenerated from source files by setuptools.
*.egg-info
*.egg

# Sphinx doc build files
build*
docs/build*

# ipython notebook files
*/.ipynb_checkpoints/*
*.ipynb

# python cache
*/__pycache__/*

0 comments on commit 22d1cdd

Please sign in to comment.