# macOS
.DS_Store
._*
.AppleDouble
.LSOverride

# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info

# IDE and editor files
.venv
.ruff_cache
.lingma/
.trae/
.vscode/
pyrightconfig.json

# Test scripts and temporary files
scripts/
test_*.png
test_*.jpg

# Example files
examples/
*.py[cod]
*$py.class
*.so
.Python
develop-eggs/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/
.hypothesis/
*.cover
*.pyc
*.pyo
*.pyd
*~
.venv/
venv/
ENV/
env/
.env/
