2021-03-13 16:53:15 +01:00
|
|
|
config.yaml
|
2021-03-11 18:17:26 +01:00
|
|
|
# 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/
|