# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
*.so

# Generated files (built by hatch build hook or build scripts)
imas_codex/graph/models.py
imas_codex/graph/schema_context_data.py
imas_codex/config/models.py
agents/schema-reference.md

# Generated index files
# Ignore all files in resources directory but keep the directory structure
imas_codex/resources/*
!imas_codex/resources/.gitkeep

# Distribution / packaging
dist/
build/
wheels/
*.egg-info/
*.egg
MANIFEST
*.dump

# Virtual environments
venv/
env/
ENV/
.env/
.venv/
.tox/

#secrets
.env

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

# IDE files
.idea/
.continue/
*.swp
*.swo

# Project specific
*/cache/*.pkl
*/cache/*.json

# Jupyter Notebooks
.ipynb_checkpoints

# OS specific
.DS_Store
Thumbs.db

# Poetry & other tools
poetry.lock
.python-version

# Private facility files (sensitive data - never commit)
# These files contain hostnames, IPs, paths, tool versions etc.
# Pattern: <facility>_private.yaml (e.g., epfl_private.yaml)
imas_codex/config/facilities/*_private.yaml

# Log files
*.log
.env
.asv/
imas_codex/database/imas_fts.db

# Documentation data
docs-data/
docs/TOOL_IMPROVEMENT_PLAN.md


# Temporary files
*.tmp
imas_codex/graph/dd_models.py
.aider*
*.tar.gz
# MCP configs: .mcp.json (Claude Code), .vscode/mcp.json (VS Code) — both tracked
*.out
# Search benchmark cache
tests/search/.expected_paths_cache.json