This repository has been archived on 2021-03-28. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
frank/.gitignore
2020-08-08 13:12:09 +02:00

26 lines
269 B
Text
Executable file

# Python venv
# Change this manually if you've changed your venv name
venv/
# Python built packages
dist/
# Docs output
docs/build
# Caches
__pycache__/
.pytest_cache/
*.pyc
# IDEs
.idea/
.vim/
*.swp
# Environment variables file
.env
# Ctags file
tags
frank.yaml