Files
game-marathon/.gitignore
2025-12-14 02:42:32 +07:00

69 lines
627 B
Plaintext

# Environment variables (secrets)
.env
.env.local
.env.*.local
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
env/
ENV/
*.egg-info/
dist/
build/
.eggs/
*.egg
.pytest_cache/
.mypy_cache/
.ruff_cache/
.coverage
htmlcov/
# Node.js
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
pnpm-debug.log*
.npm
.pnpm-store/
# Build outputs
frontend/dist/
frontend/build/
*.local
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
*.sublime-*
# OS
.DS_Store
Thumbs.db
Desktop.ini
# Logs
*.log
logs/
# Claude Code local settings
.claude/
# Docker volumes data
postgres_data/
redis_data/
# Misc
*.bak
*.tmp
*.temp