# ScanCode special files
/SCANCODE_DEV_MODE

# Python compiled files
*.py[cod]

# do not commit thirdparty cache of wheels
/thirdparty

# virtualenv and other misc bits
/src/*.egg-info
*.egg-info
!tests/packagedcode/data/pypi/source-package/pip-22.0.4/src/pip.egg-info
/dist
/build
/bin
/lib
/scripts
/Scripts
/Lib
/pip-selfcheck.json
/tmp
/venv
.Python
/include
/Include
/local
*/local/*
/local/
/share/
/tcl/
/.eggs/

# Installer logs
pip-log.txt

# Unit test / coverage reports
.cache
.coverage
.coverage.*
nosetests.xml
htmlcov

# Translations
*.mo

# IDEs
.project
.pydevproject
.idea
org.eclipse.core.resources.prefs
.vscode
.vs

# Sphinx
docs/_build
docs/bin
docs/build
docs/include
docs/Lib
doc/pyvenv.cfg
pyvenv.cfg

# Various junk and temp files
.DS_Store
*~
.*.sw[po]
.build
.ve
*.bak
/.cache/

# test files that should not be ignored
!/tests/typecode/data/contenttype/compiled/java/*
!/tests/typecode/data/contenttype/compiled/python/*
!/tests/typecode/data/contenttype/compiled/flash/*
!/tests/typecode/data/contenttype/compiled/linux/*
!/tests/typecode/data/contenttype/compiled/win/*
!/tests/typecode/data/contenttype/package/*

# pyenv
/.python-version
/man/
/.pytest_cache/
lib64
tcl
/.env

# Ignore Jupyter Notebook related temp files
.ipynb_checkpoints/

*.orig
/release*
/00-*.txt
/z-todo-licenses-*

