# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging (never commit wheels/sdists to the repo)
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# PyInstaller
*.manifest
*.spec

# Installer logs
pip-log.txt
pip-delete-this-directory.txt

# Unit test / coverage
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
pytestdebug.log

# Type checkers / linters (if you add them later)
.mypy_cache/
.dmypy.json
dmypy.json
.ruff_cache/
.pytype/

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

# PyPI / upload credentials (keep local only)
.pypirc

# IDEs and editors
.idea/
.vscode/
*.swp
*.swo
*~

# OS
.DS_Store
Thumbs.db

# Jupyter (if you ever add notebooks)
.ipynb_checkpoints/

# Local env files with secrets (API keys for manual testing)
.env.local
.env.*.local
