# WhyCode runtime files — never commit these
whycode.toml
codeledger.toml
*.enc
data/
.whycode/
.codeledger/
server.pid
npm-config.json
team-setup.md

# Environment and secrets
.env
.env.*
!.env.example

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

# Testing and coverage
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
htmlcov/
cover/

# Type checking and linting
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.npm
.yarn-integrity

# Frontend build output
frontend/dist/
frontend/.vite/

# OS files
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
Desktop.ini

# IDE and tool settings
.vscode/
.idea/
.claude/
*.swp
*.swo
*~
.project
.classpath
.settings/

# Logs
*.log
logs/

# Python virtual environment
.venv/
venv/

# Benchmark data (generated, not source)
scripts/benchmark/data/
scripts/benchmark/results/

# PyPI build output — publish from dist-ready/ then delete
dist-ready/
