newtestingdanish / .dockerignore.optimized
aghaai's picture
Fresh commit of all updated files
459923e
raw
history blame contribute delete
855 Bytes
# Exclude the massive Poppler installation
poppler-24.08.0/
# Exclude development files
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git/
.mypy_cache/
.pytest_cache/
.hypothesis/
# Exclude temporary files
temp/
output/
*.tmp
*.temp
# Exclude large files
*.pdf
*.jpg
*.jpeg
*.png
*.bmp
*.tiff
*.tif
*.mp4
*.avi
*.mov
# Exclude credentials (should be in environment variables)
*.json
temp_credentials.json
css-edge-e347b0ed2b9e.json
# Exclude documentation
README.md
*.md
docs/
# Exclude IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Exclude OS files
.DS_Store
Thumbs.db
# Exclude backup files
*.bak
*.backup
Dockerfile.bak
# Exclude test files
test/
tests/
*_test.py
test_*.py
# Exclude development scripts
run_dev.py