Files
gh-christianlouis-inboxconv…/.dockerignore
2026-02-01 12:14:05 +00:00

40 lines
321 B
Plaintext

# Python cache
__pycache__/
*.py[cod]
# Virtual environment
venv/
env/
# Environment files
.env
.env.local
# Logs
*.log
logs/
# IDE
.vscode/
.idea/
*.swp
# OS files
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation temporary files
*.tmp
# Testing
.pytest_cache/
.coverage
# Build artifacts
dist/
build/