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

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

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

# Testing / coverage
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Linters / type checkers
.ruff_cache/
.mypy_cache/
.dmypy.json
dmypy.json

# Editors
.vscode/
.idea/
*.swp
*.swo
*~

# macOS
.DS_Store

# PyPI auth — never commit
.pypirc
