# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.egg-info/
*.egg
.eggs/
dist/
build/
.installed.cfg
lib/
lib64/
parts/
var/
sdist/
wheels/
pip-wheel-metadata/
share/python-wheels/
MANIFEST

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

# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
.nox/

# Type checking
.mypy_cache/
.dmypy.json
dmypy.json
.pytype/

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

# macOS
.DS_Store

# Local ops scripts (contain credentials, never commit)
deploy_github_pypi.py
create_release*.py
add_secret.py
diagnose.py
get_logs.py
check_logs.py
check_workflow.py
check_pypi_name.py

# Distribution / packaging artifacts
*.tar.gz
*.whl
