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

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python

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

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

# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
.pytype/

# IDE / editor
.idea/
.vscode/
*.swp
*.swo
.DS_Store

# Twine / PyPI credentials (NEVER commit)
.pypirc

# Local notebooks
.ipynb_checkpoints/
*.ipynb_checkpoints
