12 lines
193 B
Plaintext
12 lines
193 B
Plaintext
|
# https://github.com/github/gitignore/blob/main/Python.gitignore
|
||
|
# Byte-compiled / optimized / DLL files
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
|
||
|
# Virtual Environments
|
||
|
.venv/
|
||
|
venv/
|
||
|
|
||
|
# PyCharm
|
||
|
.idea/
|