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

# Distribution / packaging
build/
dist/
*.egg-info/
*.egg
wheels/
.eggs/

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

# Pytest / coverage / type-checking caches
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/
.mypy_cache/
.pyright/
.ruff_cache/

# Editor / OS
.DS_Store
.idea/
.vscode/
Thumbs.db

# Env files (never publish secrets)
.env
.env.local
.env.*.local

# IPython / Jupyter
.ipynb_checkpoints/

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