Skip to content

Commit 833bd2c

Browse files
rominfcsernazs
authored andcommitted
Update .gitignore
.idea/ was added because the owner of the repository uses VS Code (.vscode dir is present) and I didn't want to pollute project directory with Intellij PyCharm project files as I'm not the primary developer. .python-version was added because I use pyenv and pyenv stores name of the local virtual environment in it. This file should not be in a repository.
1 parent 839558b commit 833bd2c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ dist/
1111
.eggs/
1212
doc/_build/
1313
.tox/
14+
.idea/
15+
.python-version

0 commit comments

Comments
 (0)