Files
Akern-Genai/.dockerignore
Matteo Rosati 7df1b9f718 dockerize app
2026-01-20 10:46:14 +01:00

54 lines
441 B
Plaintext

# Git
.git
.gitignore
# Python
__pycache__
*.pyc
*.pyo
*.pyd
.Python
*.so
*.egg
*.egg-info
dist
build
.pytest_cache
.coverage
htmlcov
.mypy_cache
.dmypy.json
dmypy.json
# Virtual environments
venv
env
ENV
.venv
# IDE
.vscode
.idea
*.swp
*.swo
*~
# Environment files
.env
.env.local
.env.*.local
# Documentation
README.md
*.md
# Lock files (not needed for pip install)
uv.lock
# Vercel
vercel.json
# Distribution files
*.tar.gz
*.zip