finryver-dev / .dockerignore
Sahil Garg
agent added, files name changed
a9ec4f6
raw
history blame
676 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
env/
venv/
.venv/
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.pytest_cache/
# IDEs
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db
# Git
.git/
.gitignore
# Documentation
README.md
*.md
docs/
# Environment files (these should be mounted or provided separately)
.env
.env.local
.env.example
# Data directories (these should be mounted as volumes)
data/input/*
data/output*/*
data/csv_notes_*/*
data/generated_notes*/*
# Logs
*.log
logs/
# Docker
Dockerfile
docker-compose.yml
.dockerignore
# Development
.pytest_cache/
.coverage
htmlcov/