# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg
*.egg-info/
.eggs/

# Build artifacts
build/
dist/
wheels/
*.whl

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

# Tooling caches
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
.coverage.*
coverage.xml
htmlcov/

# Editor / OS
.idea/
.vscode/
*.swp
*.swo
.DS_Store
Thumbs.db

# pgforge runtime artefacts that should NEVER be committed
state.json
state.json.lock
state.json.tmp
keys/
locks/
mock-world.json
*.luks.key
*.luks.key.*

# Local test scratch
/tmp/pgforge-*
