.DS_Store
.AppleDouble
.LSOverride

# Python bytecode / caches
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
coverage.xml
htmlcov/
.hypothesis/
.tox/
.nox/

# Environments
.venv/
venv/
.env
.env.*

# Build / packaging
build/
dist/
*.egg-info/
.eggs/
pip-wheel-metadata/

# uv
.uv/

# IDEs / editors
.vscode/
.idea/

# Jupyter
.ipynb_checkpoints/

# Logs
*.log
