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

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

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

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

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

# IDE files
.idea/
*.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

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