Files
kami_jd_ck/.gitignore
2025-04-13 19:17:51 +08:00

71 lines
594 B
Plaintext

# IDE
.idea/
.vscode/
*.swp
*.swo
.DS_Store
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
# Node.js
node_modules/
npm-debug.log
yarn-debug.log
yarn-error.log
# Docker
.docker/
docker-compose.override.yml
# Logs
*.log
logs/
log/
# Environment variables
.env
.env.local
.env.*.local
# Temporary files
*.tmp
*.temp
.temp/
tmp/
temp/
# Build output
dist/
build/
out/
target/
# Coverage
coverage/
.coverage
htmlcov/
# Cache
.cache/
.pytest_cache/
.mypy_cache/