# Generated dumps
repomix-output.*

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

# Virtual environments
.venv/
venv/
env/
.env

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

# Type checking & linting
.mypy_cache/
.ruff_cache/

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

# OS
.DS_Store
Thumbs.db

# Project specific
ayase.toml
test_datasets/
reports/
*.log
/models/
!/models/README.md
.claude/
.ayase_sd_cache/
