25 lines
304 B
Plaintext
25 lines
304 B
Plaintext
**/__pycache__
|
|
.vscode
|
|
/build
|
|
|
|
# Docs build data
|
|
/docsource/build/
|
|
/docsource/source/_build
|
|
|
|
# Compiled python modules.
|
|
*.pyc
|
|
|
|
# Setuptools distribution folder.
|
|
/dist/
|
|
|
|
# Python egg metadata, regenerated from source files by setuptools.
|
|
/*.egg-info
|
|
|
|
# Config files
|
|
*.ini
|
|
|
|
# Cache
|
|
*.cache*
|
|
|
|
# Misc
|
|
/misc/* |