# Build artifacts
dist/
build/
*.egg-info/
*.egg

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

# Virtualenvs
.venv/
venv/
env/

# Test / coverage
.pytest_cache/
.ruff_cache/
.mypy_cache/
.coverage
htmlcov/
coverage.xml

# IDE / OS
.idea/
.vscode/
.DS_Store

# Local env
.env
.env.local
