13 lines
257 B
Plaintext
13 lines
257 B
Plaintext
|
# Python virtual environment:
|
||
|
/.venv/
|
||
|
# pipenv lock-file and cache directory:
|
||
|
Pipfile.lock
|
||
|
/.pipenv_cache/
|
||
|
# PyCharm project metadata:
|
||
|
/.idea/
|
||
|
# Byte-compiled / optimized / DLL files:
|
||
|
__pycache__/
|
||
|
*.py[cod]
|
||
|
*$py.class
|
||
|
# Distribution / packaging:
|
||
|
*.egg-info/
|