# Build artifacts
dist/
build/
*.egg-info/
*.egg
__pycache__/
*.py[cod]
*$py.class

# Virtual envs
.venv/
venv/
env/
.python-version

# Test / type-check caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/

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

# Local env files
.env
.env.local
