Ignore PyCharm's .idea/ folder
This commit is contained in:
parent
db715edd6d
commit
2ba4914af7
1 changed files with 1 additions and 0 deletions
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -1,6 +1,7 @@
|
||||||
.cache/
|
.cache/
|
||||||
**/*.egg-info/
|
**/*.egg-info/
|
||||||
.env
|
.env
|
||||||
|
.idea/
|
||||||
**/.ipynb_checkpoints/
|
**/.ipynb_checkpoints/
|
||||||
.python-version
|
.python-version
|
||||||
.venv/
|
.venv/
|
||||||
|
|
Loading…
Reference in a new issue