.aicrowd/

# Python bytecode & build artifacts
__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
*.egg
dist/
build/
*.whl
*.so

# Virtual environments
.venv/
venv/
env/

# IDE & editors
.vscode/
.idea/
*.swp
*.swo
*~

# Testing & coverage
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# mkdocs generated site
site/

# Website (Fumadocs / Next.js)
website/node_modules/
website/.next/
website/out/
website/public/llms.txt
website/public/llms-full.txt

# Claude Code session data
.claude/

# Benchmarks (runtime output)
.benchmarks/

# ZMQ sockets (runtime)
*.sock

# OS junk
.DS_Store
Thumbs.db
Desktop.ini
weights.json
report.html
