miniuri/.gitignore
Russell Ballestrini 143127cf7a move tests
renamed:    .hgignore -> .gitignore
	new file:   .gitlab-ci.yml
	new file:   Makefile
	new file:   miniuri/tests/__init__.py
	renamed:    test_miniuri.py -> miniuri/tests/test_miniuri.py
	new file:   requirements-test.txt
	modified:   setup.py
2022-07-06 14:20:55 -04:00

10 lines
77 B
Text

*.pyc
*.swp
*.orig
*.egg*
*.gz
build/*
.cache/*
.pytest_cache/*
env/*
dist/*