14 lines
269 B
Plaintext
14 lines
269 B
Plaintext
config.yaml
|
|
# 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/ |