# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

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

# Virtual environments
.venv/
venv/
env/

# Testing
.pytest_cache/

# IDE
.idea/
.vscode/

# Local-only external datasets (do not commit)
data/external/*
!data/external/.gitkeep
!data/external/wiktionary/.gitkeep
