# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
build/
.eggs/

# Virtual environments
.venv/
venv/
env/
.env
test_env/

# Testing, typing, linting
.pytest_cache/
.hypothesis/
.coverage
.coverage.*
coverage.xml
htmlcov/
.mypy_cache/
.dmypy.json
.ruff_cache/

# Build artifacts
dist/
*.whl
*.tar.gz

# Editors and OS
.vscode/
.idea/
*.swp
*.swo
.DS_Store
desktop.ini
Thumbs.db

data/
!src/polystring/data/
tools/
eval/
docs/
