mirror of
https://github.com/jrnl-org/jrnl.git
synced 2025-05-10 08:38:32 +02:00
* WIP * fix handling of user input (stdin, input, getpass) * take out redundant pytest step * fix handling of 'we should' statements * fix test that doesn't use a config file * fix another test that uses stdin Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com> * remove .tool-versions file per PR feedback * add comment to clarify why disembodied variables are here Co-authored-by: Micah Jerome Ellison <micah.jerome.ellison@gmail.com>
64 lines
584 B
Text
64 lines
584 B
Text
*.py[cod]
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Packages
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
eggs
|
|
parts
|
|
bin
|
|
var
|
|
sdist
|
|
develop-eggs
|
|
.installed.cfg
|
|
lib64
|
|
|
|
# Versioning
|
|
.python-version
|
|
.tool-version
|
|
|
|
# Installer logs
|
|
pip-log.txt
|
|
.DS_Store
|
|
.travis-solo
|
|
Icon
|
|
|
|
# Documentation
|
|
_build
|
|
_sources
|
|
_static
|
|
objects.inv
|
|
searchindex.js
|
|
|
|
# MS Visual Studio (PyTools)
|
|
obj
|
|
*.pyproj
|
|
*.sln
|
|
*.suo
|
|
|
|
# virtaulenv
|
|
env/
|
|
env*/
|
|
venv*/
|
|
.venv*/
|
|
|
|
# PyCharm Project files
|
|
.idea/
|
|
|
|
# export testing directories
|
|
exp/
|
|
|
|
_extras/
|
|
*.sublime-*
|
|
site/
|
|
|
|
.vscode/settings.json
|
|
coverage.xml
|
|
.vscode/launch.json
|
|
.coverage
|
|
.vscode/tasks.json
|
|
todo.txt
|