mirror of
https://github.com/smallevilbeast/ntchat.git
synced 2025-05-23 02:26:11 +08:00
31 lines
477 B
Plaintext
31 lines
477 B
Plaintext
# If you need to exclude files such as those generated by an IDE, use
|
|
# $GIT_DIR/info/exclude or the mm.excludesFile configuration variable as
|
|
# described in https://git-scm.com/docs/gitignore
|
|
|
|
*.egg-info
|
|
*.pot
|
|
*.py[co]
|
|
.tox/
|
|
__pycache__
|
|
MANIFEST
|
|
dist/
|
|
docs/_build/
|
|
docs/locale/
|
|
node_modules/
|
|
tests/coverage_html/
|
|
tests/.coverage
|
|
build/
|
|
tests/report/
|
|
venv
|
|
.idea
|
|
log/
|
|
*.c
|
|
main.spec
|
|
build/
|
|
config.ini
|
|
ntchat/wc/*.pyd
|
|
ntchat/wc/*.dat
|
|
wheelhouse/
|
|
setup_conf.py
|
|
upload.bat
|
|
download/ |