# Python byte-compiled files
__pycache__/
*.py[cod]
*$py.class

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

# Installer metadata
pip-wheel-metadata/

# Virtual environments
.venv/
venv/
ENV/
env/
.virtualenv/
.python-version

# Logs
*.log

# Unit test / coverage reports
.pytest_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/
.cache/
.nox/
.tox/
.hypothesis/

# Type checker / linter caches
.mypy_cache/
.ruff_cache/
.pytype/
.pyre/
.hatch/

# IDE / Editor
.vscode/
.idea/
*.code-workspace
.history/
*.swp
*.swo

# macOS
.DS_Store
.AppleDouble
.LSOverride

# Windows (harmless on macOS/Linux)
Thumbs.db
Desktop.ini

# Environment variables
.env

# Promptorium data (runtime-generated)
.prompts/
