Files
novelty-seeking/.gitignore
2025-12-02 02:06:51 +08:00

39 lines
402 B
Plaintext

# Node / frontend artifacts
node_modules/
dist/
.cache/
coverage/
*.tsbuildinfo
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.eslintcache
# Environment files
.env
.env.*.local
.pids
# Python artifacts
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.cover
.coverage*
.pytest_cache/
.mypy_cache/
*.py,cover
# Virtual environments
venv/
.venv/
env/
# IDE / OS
.DS_Store
.idea/
.vscode/