# Mac
.DS_Store
**/.DS_Store

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

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

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

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

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

# Jupyter
.ipynb_checkpoints/

# Environment variables
.env
.env.local

# Claude Code local configuration
.claude/

# Vendor data
vendor/

# Generated data
data/db/
data/json/
data/raw/

# Dev-only modules (kept locally, excluded from published wheel)
src/latincy_lexicon/db/
src/latincy_lexicon/export/
src/latincy_lexicon/align/headword.py
src/latincy_lexicon/align/report.py
tests/test_db/
tests/test_export/
tests/test_align/test_headword.py
