55 lines
635 B
Plaintext
55 lines
635 B
Plaintext
docs
|
|
cookbook
|
|
.circleci
|
|
.github
|
|
tests
|
|
.git
|
|
.devcontainer
|
|
*.tgz
|
|
log.txt
|
|
docker/Dockerfile.*
|
|
|
|
# Claude Flow generated files (must be excluded from Docker build)
|
|
.claude/
|
|
.claude-flow/
|
|
.swarm/
|
|
.hive-mind/
|
|
memory/
|
|
coordination/
|
|
claude-flow
|
|
.mcp.json
|
|
hive-mind-prompt-*.txt
|
|
|
|
# Python virtual environments and version managers
|
|
.venv/
|
|
venv/
|
|
**/.venv/
|
|
**/venv/
|
|
.python-version
|
|
.pyenv/
|
|
__pycache__/
|
|
**/__pycache__/
|
|
*.pyc
|
|
.mypy_cache/
|
|
.pytest_cache/
|
|
.ruff_cache/
|
|
**/pyvenv.cfg
|
|
|
|
# Common project exclusions
|
|
.vscode
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
env/
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov/
|
|
dist/
|
|
build/
|
|
*.egg-info/
|
|
.DS_Store
|
|
**/node_modules
|
|
*.log
|
|
.env
|
|
.env.local
|