31 lines
309 B
Plaintext
31 lines
309 B
Plaintext
# Python venv
|
|
# Change this manually if you've changed your venv name
|
|
venv/
|
|
|
|
# Python built packages
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
*.eggs/
|
|
|
|
# Docs
|
|
docs/build
|
|
docs/source/apidoc/
|
|
|
|
# Caches
|
|
__pycache__/
|
|
.pytest_cache/
|
|
*.pyc
|
|
|
|
# IDEs
|
|
.idea/
|
|
.vim/
|
|
*.swp
|
|
|
|
# Environment variables file
|
|
.env
|
|
|
|
# Ctags file
|
|
tags
|
|
frank.yaml
|