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

# Bytecode
__pycache__/
*.py[cod]
*$py.class

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

# Test / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# Type checkers
.mypy_cache/
.pyright/
.pytype/

# Linters / formatters
.ruff_cache/

# IDEs / editors
.vscode/
.idea/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db
uv.lock
