1
0
forked from Mirrors/itch-dl

Add PyCharm IDE files

This commit is contained in:
Ryszard Knop
2021-10-13 15:27:07 +02:00
parent 998f8b0de6
commit 00cced1f41
6 changed files with 41 additions and 0 deletions

7
.gitignore vendored
View File

@@ -1,6 +1,13 @@
# Developers' private notes/output dirs/etc
private/
# Make sure nobody pushes the lock file (I want all deps
# to stay up-to-date, if it breaks, it needs to be fixed!)
poetry.lock
# PyCharm exceptions
.idea/workspace.xml
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]