Skip to content

Commit

Permalink
add .DS_Store and pyenv to gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
klamann committed Aug 10, 2023
1 parent efb4a1a commit 1188501
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,19 +55,22 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# virtualenv
.env
.venv
venv*/

# OS specific
.DS_Store

# IDE settings
.vscode/
.idea/
*.iws

# Pyenv
.python-version

# project-specific stuff
serve/
cookiecutter-server.yml
cookiecutter-server.yml
6 changes: 6 additions & 0 deletions {{cookiecutter.project_slug}}/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -55,11 +55,17 @@ target/
# Jupyter Notebook
.ipynb_checkpoints

# pyenv
.python-version

# virtualenv
.env
.venv
venv*/

# OS specific
.DS_Store

# IDE settings
.vscode/
.idea/
Expand Down

0 comments on commit 1188501

Please sign in to comment.