# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*.class

# VSCode
.vscode/*

# C extensions
*.so

# Distribution / packaging
_build/
.eggs/
.installed.cfg
.Python
*.egg
*.egg-info/
build/
!test/**/build
develop-eggs/
dist/
downloads/
eggs/
lib/
lib64/
[MANIFEST]
parts/
pip-wheel-metadata
releases/
sdist/
share/python-wheels/
var/
wheels/

# 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

# Testing logs
*log*.txt
*.log

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

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# mkdocs documentation
/docs/site
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Node.JS
node_modules/
yarn.lock

# PyCharm
.idea/*

# Hoppr config files
/manifest.yml
/credentials.yml
/transfer.yml

# Hoppr output files
bundle*.tar.gz

# Choppr output files
choppr-cache.tar.gz
choppr-excluded-components-*.txt

# Miscellaneous
.DS_Store
.vagrant/*
/*_test.py
/generic
/my.tarfile*
/report
/setup.cfg
/setup.py
/test_*.*
/test/fixtures/project_with_extras/setup.py
/test/fixtures/simple_project/setup.py
/test/local
hopctl-merge-*.json
hoppr-*-schema-v?.*
MANIFEST.in
public
requirements.txt
test.py

# in-toto
*.layout
*.link
*key
*key.pub

# Austin Profiler
.lprof/*
