Add CI/build infrastructure

This commit is contained in:
2021-11-27 21:31:48 -05:00
parent 3724bcff8b
commit 4f04c78701
4 changed files with 85 additions and 0 deletions

14
.gitignore vendored Normal file
View File

@@ -0,0 +1,14 @@
.DS_Store
.idea
*.log
tmp/
*.py[cod]
*.egg
build
htmlcov
src/gbasm.egg-info
**/.mypy_cache
**/.pytest_cache
**/.tox
**/__pycache__