# ManageProjectTool .gitignore

# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.pnp.*

# Logs
logs/
*.log
*.log.*

# Runtime / environment
.env
.env.*

# Build outputs
dist/
build/

# Coverage
coverage/
.nyc_output/
htmlcov/

# Python
.venv/
venv/
ENV/
env/
__pycache__/
*.py[cod]
*$py.class
.pytest_cache/
.mypy_cache/
.coverage
pip-wheel-metadata/
*.egg-info/
.eggs/
*.egg
*.whl

# PyInstaller
__pycache__/
dist/
build/

# Caches
.cache/

# IDEs and editors
.vscode/
.idea/
*.suo
*.ntvs*
*.njsproj
*.sln
*.swp
*~
*.tmp
*.bak

# OS files
.DS_Store
Thumbs.db
desktop.ini

# Lint / tooling
.eslintcache

# Other
node-repl.history

