Skip to content

Commit

Permalink
dev: added gitignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
guyazran committed Jan 2, 2023
1 parent 47ae990 commit 1b8bc4d
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
# pycharm filesgit
.idea/

# vs-code files
.vscode/

# jupyter notebook caches
.ipynb_checkpoints/

# mac stores
.DS_Store

# Created by https://www.toptal.com/developers/gitignore/api/python
# Edit at https://www.toptal.com/developers/gitignore?templates=python

### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

0 comments on commit 1b8bc4d

Please sign in to comment.