Ignore PyCharm's .idea/ folder

This commit is contained in:
Alexander Hess 2021-06-02 12:46:02 +02:00
parent db715edd6d
commit 2ba4914af7
Signed by: alexander
GPG key ID: 344EA5AB10D868E0

1
.gitignore vendored
View file

@ -1,6 +1,7 @@
.cache/ .cache/
**/*.egg-info/ **/*.egg-info/
.env .env
.idea/
**/.ipynb_checkpoints/ **/.ipynb_checkpoints/
.python-version .python-version
.venv/ .venv/