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

# Byte-compiled / cache
__pycache__/
*.py[cod]
*.so

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

# Tooling / IDE
.idea/
.vscode/
.mypy_cache/
.pytest_cache/
.ruff_cache/
.coverage
htmlcov/

# OS
.DS_Store
Thumbs.db

# Local secrets — never commit tokens
.pypirc
*.token
.env
