/data

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg
MANIFEST

/tmp

# Virtual Environment
venv/
env/
ENV/
env.bak/
venv.bak/

# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store

# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
.hypothesis/

# 项目特定文件
# 注意：CLAUDE.md 是重要文档，不应该被忽略
# CLAUDE.md
# 测试生成的二进制文件
*.bin
test_*.bin

# 配置文件（可能包含敏感信息）
#flaxfile.toml
*.toml.backup

# 临时文件和调试输出
*.log
*.tmp
*.temp

# ZMQ相关
zmq_streaming_storage/

# 发布相关
*.whl
*.tar.gz
twine-upload.log
