diff --git a/.gitignore b/.gitignore index 432a694..041aa8c 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file +cookiecutter-server.yml diff --git a/{{cookiecutter.project_slug}}/.gitignore b/{{cookiecutter.project_slug}}/.gitignore index 781bee0..0a25ded 100644 --- a/{{cookiecutter.project_slug}}/.gitignore +++ b/{{cookiecutter.project_slug}}/.gitignore @@ -55,11 +55,17 @@ target/ # Jupyter Notebook .ipynb_checkpoints +# pyenv +.python-version + # virtualenv .env .venv venv*/ +# OS specific +.DS_Store + # IDE settings .vscode/ .idea/