Skip to content

Commit

Permalink
remove build, add ignore file
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Loyer committed Feb 25, 2021
1 parent bfc5a12 commit b354858
Show file tree
Hide file tree
Showing 9 changed files with 77 additions and 116 deletions.
71 changes: 71 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# Editors
.vscode/
.idea/

# Vagrant
.vagrant/

# Mac/OSX
.DS_Store

# Windows
Thumbs.db

# Source for the following rules: https://raw.githubusercontent.com/github/gitignore/master/Python.gitignore
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
# Usually these files are written by a python script from a template
# before PyInstaller builds the exe, so as to inject date/other infos into it.
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json
6 changes: 6 additions & 0 deletions .idea/vcs.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

85 changes: 0 additions & 85 deletions build/lib/vault/__init__.py

This file was deleted.

Binary file removed dist/vaultpy-0.0.1-py3-none-any.whl
Binary file not shown.
Binary file removed dist/vaultpy-0.0.1.tar.gz
Binary file not shown.
21 changes: 0 additions & 21 deletions vaultpy.egg-info/PKG-INFO

This file was deleted.

8 changes: 0 additions & 8 deletions vaultpy.egg-info/SOURCES.txt

This file was deleted.

1 change: 0 additions & 1 deletion vaultpy.egg-info/dependency_links.txt

This file was deleted.

1 change: 0 additions & 1 deletion vaultpy.egg-info/top_level.txt

This file was deleted.

0 comments on commit b354858

Please sign in to comment.