EdSummariser / ingestion_python /.dockerignore
LiamKhoaLe's picture
Merge commit 'e34edc7cd55f292dd0b192dc00b782c22208fde6' as 'ingestion_python'
ee39cc9
raw
history blame contribute delete
552 Bytes
# Ignore unnecessary files for Docker build
__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/
.gitignore
.dockerignore
# Ignore documentation files (keep only main README)
*.md
!README.md
# Ignore test files
test_*.py
*_test.py
*.sh
tests/
# Ignore IDE files
.vscode/
.idea/
*.swp
*.swo
*~
# Ignore OS files
.DS_Store
Thumbs.db
# Ignore unnecessary directories
# config/ and services/ are needed for the application