anycoder / .dockerignore
akhaliq's picture
akhaliq HF Staff
new UI
b42dfef
raw
history blame
572 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
venv/
.venv/
ENV/
env/
*.egg-info/
dist/
build/
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
.pnpm-debug.log*
# Next.js
frontend/.next/
frontend/out/
frontend/build/
# Git
.git/
.gitignore
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Documentation
*.md
!README.md
# Docker
Dockerfile*
docker-compose*.yml
.dockerignore
# Logs
*.log
logs/
log/
# Generated
generated_projects/
# Tests
test/
tests/
__tests__/
# Lock files (will be regenerated)
uv.lock
poetry.lock