# Python
__pycache__/
*.py[cod]
*$py.class
*.egg-info/
*.egg
dist/
build/
*.whl

# Generated by hatch-vcs at build time
arksim/_version.py

# Environment variables
.env
.env.*

# Virtual environments
.venv/
venv/
env/

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.mypy_cache/

# Linting
.ruff_cache/

# OS
.DS_Store
Thumbs.db

# Index and vector store files
index/
*.pkl
*.faiss

# Simulation/evaluation outputs
conversation*/
evaluation*/
results/

# Lock files (generated per environment)
uv.lock

# Local config overrides
config_simulate.yaml
