test/.gitignore

29 lines
298 B
Plaintext
Raw Permalink Normal View History

2023-08-07 12:10:10 +00:00
*.class
*.pyc
*.pyo
.svn
.env
_svn
.pythoscope
.ipynb_checkpoints
.settings
_update.bat
docs/_build
/Goulib.egg-info/
/build/
/dist/
/pdfminer.six.egg-info/
tests/*.xml
tests/*.txt
.idea/
.tox/
.nox/
# python venv management tools
Pipfile
Pipfile.lock
.noseids
.vscode/
pyproject.toml
poetry.lock