Files
biz-bud/.dockerignore
2025-07-17 21:22:04 -04:00

56 lines
490 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
.pytest_cache/
.mypy_cache/
# Virtual environments
venv/
env/
.venv/
.env/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# OS
.DS_Store
Thumbs.db
# Git
.git/
.gitignore
# Documentation
docs/_build/
*.md
# Tests (optional - you may want to include tests in some cases)
# tests/
# *_test.py
# test_*.py
# Logs
*.log
logs/
# Docker
.dockerignore
Dockerfile
docker-compose*.yml
# Temporary files
tmp/
temp/
*.tmp