# Python
__pycache__/
*.dist-info/
*.py[cod]
*.egg-info/
dist/
build/
.venv/
.uv/

# Native library debug symbols (split from .so, not needed in wheels)
src/navyfox/_libs/**/*.dbg

# Coverage
.coverage
coverage.xml
htmlcov/

# Pytest
.pytest_cache/

# Mypy
.mypy_cache/

# Ruff
.ruff_cache/

# Jupyter / notebooks
.ipynb_checkpoints/
notebooks/

# .NET / C#
bin/
obj/
publish/
*.user
.vs/
*.nupkg
*.pdb
*.ilk
*.exp
*.lib
TestResults/

# Benchmark artifacts
scripts/benchmark_results.json

# Scratch / test output
artifacts/
*.docx

# Env / secrets
.env
.env.*
secrets.toml

# Logs
*.log

# OS
.DS_Store
Thumbs.db

# IDE / tools
.claude/
.vscode/
.idea/
