# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.so
*.egg-info/
dist/
build/
moralstack.db
moralstack.db-*
benchmark_outputs/

# Virtual environments
.venv/
venv/
env/

# Pytest
.pytest_cache/
.coverage
coverage.xml
htmlcov/

# mypy
.mypy_cache/

# Logs & reports
logs/
# Only ignore a top-level `reports/` output dir. A bare `reports/` pattern matches
# any directory named `reports` anywhere (including `moralstack/reports/`).
/reports/
.debug/
*.pyc

# IDE
.vscode/
.idea/
.claude/

# OS
.DS_Store
Thumbs.db

# Environment (secrets)
.env
