This repository has been archived on 2021-03-28. You can view files and clone it, but cannot push or open issues/pull-requests.
frank/.gitignore

30 lines
296 B
Plaintext
Raw Permalink Normal View History

2020-08-08 09:19:09 +02:00
# Python venv
# Change this manually if you've changed your venv name
venv/
# Python built packages
dist/
2020-08-25 19:04:24 +02:00
build/
*.egg-info/
*.eggs/
2020-08-08 09:19:09 +02:00
# Docs output
docs/build
# Caches
__pycache__/
.pytest_cache/
*.pyc
# IDEs
.idea/
.vim/
*.swp
# Environment variables file
.env
# Ctags file
tags
2020-08-08 13:12:09 +02:00
frank.yaml