# Ghost-PM / Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.pyc
.ghost/
graphify-out/
.env
.env.local
.env.development.local
.env.test.local
.env.production.local
.venv/
venv/
env/
.DS_Store
Thumbs.db
node_modules/
build/
dist/
*.egg-info/
*.egg
.vscode/
.idea/
*.swp
*.swo

# Test artifacts
.pytest_cache/
.coverage
htmlcov/

# Next.js and frontend defaults
/.pnp
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/versions
/coverage
/.next/
/out/
*.pem
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
.vercel
*.tsbuildinfo
next-env.d.ts
