Skip to content

Commit 5749098

Browse files
authored
Merge pull request #3 from Carglglz/develop
Develop merge for upydevice 0.3.0 release
2 parents 5b31bda + 9f666e2 commit 5749098

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+5262
-8842
lines changed

.gitignore

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# Compiled python modules.
22
*.pyc
3+
*__pycache__
4+
.pytest_cache
35

46
# Setuptools distribution folder.
57
/dist/
8+
*/dist/*
69

710
# Setuptools build folder.
811
/build/
12+
*/build/*
913

1014
# Python egg metadata, regenerated from source files by setuptools.
1115
/*.egg-info
@@ -16,3 +20,7 @@
1620

1721
## test_ref
1822
test_ref.py
23+
24+
_DOCS/*
25+
_DOCS
26+
TODO.*

DOCS/ABOUT.md

Lines changed: 0 additions & 184 deletions
This file was deleted.

0 commit comments

Comments
 (0)