# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

# Build/Distribution
build/
dist/
*.egg-info/
.eggs/

# Testing
.pytest_cache/
.coverage
coverage.xml
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.pytype/

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

# Lithos runtime data
data/
!data/.gitkeep

# Index/cache directories (generated)
.tantivy/
.chroma/
.graph/

# SQLite databases
*.db
*.sqlite
*.sqlite3

# Environment
.env
.env.*

# OS
.DS_Store
Thumbs.db

# Logs
*.log

# Claude
.claude

# Ruff stuff:
.ruff_cache/

# PyPI configuration file
.pypirc

# Cursor
#  Cursor is an AI-powered code editor. `.cursorignore` specifies files/directories to
#  exclude from AI features like autocomplete and code analysis. Recommended for sensitive data
#  refer to https://docs.cursor.com/context/ignore-files
.cursorignore
.cursorindexingignore

# Ralph
scripts/ralph/ralph.sh
scripts/ralph/CLAUDE.md
scripts/ralph/prd.json
scripts/ralph/progress.txt
/tasks/