mirror of
https://github.com/xxh/xxh
synced 2024-11-24 04:43:09 +00:00
26 lines
218 B
Text
26 lines
218 B
Text
|
*.pyc
|
||
|
*.out
|
||
|
*.xcf
|
||
|
*.egg
|
||
|
.eggs/
|
||
|
.pytest_cache/
|
||
|
build/
|
||
|
dist/
|
||
|
xonssh_xxh.egg-info/
|
||
|
venv/
|
||
|
|
||
|
# temporary files from vim and emacs
|
||
|
*~
|
||
|
*#
|
||
|
.#*
|
||
|
*.swp
|
||
|
*.swo
|
||
|
|
||
|
# Editor project files
|
||
|
*.komodo*
|
||
|
.cache
|
||
|
.idea
|
||
|
.vscode/
|
||
|
|
||
|
# Mac
|
||
|
.DS_Store
|