初始化zmq 项目

This commit is contained in:
2026-06-05 09:34:29 +08:00
commit e6e4fb7da7
36 changed files with 6470 additions and 0 deletions

56
.gitignore vendored Normal file
View File

@@ -0,0 +1,56 @@
# Byte-compiled / optimized / DLL files
__pycache__/
# Distribution / packaging
build/
dist/
# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/
# data format
*.dat
*.csv
*.edf
*.event
*.edf.event
*.zip
*.xlsx
*.mat
*.json
# PyCharm
# JetBrains specific template is maintained in a separate repository that is not distributed with PyCharm itself
# https://github.com/github/gitignore/blob/main/Python.gitignore
.idea/
# Logs
*.log
# Other common ignores
node_modules/
dist/
tmp/
temp/
docs/
# Project-specific ignores
# Ignore all directories in the root
# merge64ch_0127/
/P300_speller/braindecode/
/P300_speller/data/
/P300_speller/pyRiemann/
/P300_speller/README/
/merge64ch_new/
/merge64ch_tianjinZMQdebug/