# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
*.so
*.egg
*.egg-info/
dist/
build/
.eggs/
*.whl
.Python
pip-wheel-metadata/
MANIFEST

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

# pytest / coverage
.pytest_cache/
.coverage
.coverage.*
htmlcov/
.tox/
.nox/

# mypy / type checkers
.mypy_cache/
.dmypy.json
dmypy.json
.pyre/
.pytype/

# IDEs
.idea/
.vscode/
.ruff_cache/
*.swp
*.swo

# OS
.DS_Store
Thumbs.db

# promptref data directory (user-local)
~/.promptref/
