# Python build artifacts
build/
dist/
*.egg-info/
*.egg
*.whl
*.tar.gz

# Bytecode caches
__pycache__/
*.pyc
*.pyo
*.pyd

# Virtual envs
.venv/
venv/
env/

# IDE
.vscode/
.idea/
*.swp

# OS
.DS_Store
Thumbs.db

# PyPI credentials — NEVER commit
.pypirc
*.token
.env

# Test artifacts
.pytest_cache/
.coverage
htmlcov/
