Files
orion/.gitignore
Samir Boulahtit 644bf158cd
Some checks failed
CI / ruff (push) Successful in 15s
CI / validate (push) Successful in 29s
CI / dependency-scanning (push) Successful in 32s
CI / pytest (push) Failing after 1h10m52s
CI / docs (push) Has been cancelled
CI / deploy (push) Has been cancelled
chore: dev/prod Docker compose separation with safety docs
- Add docker-compose.override.yml exposing db/redis ports for local dev
- Remove override from .gitignore so all devs get port mappings
- Use explicit -f in deploy.sh to skip override in production
- Document production safety rule: always use -f on the server

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 16:16:29 +01:00

195 lines
2.2 KiB
Plaintext

# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
/lib/
/lib64/
parts/
sdist/
var/
*.egg-info/
.installed.cfg
*.egg
MANIFEST
# PyInstaller
*.manifest
*.spec
# Installer logs
pip-log.txt
pip-delete-this-directory.txt
# Unit test / coverage reports
htmlcov/
.tox/
.nox/
.coverage
.coverage.*
**/.coverage
**/.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.py,cover
.hypothesis/
.pytest_cache/
test-results/
test-reports/
# MkDocs documentation
site/
docs/_build/
# PyCharm / IntelliJ IDEA
.idea/
*.iml
*.iws
*.ipr
# VS Code
.vscode/
*.code-workspace
# Jupyter Notebook
.ipynb_checkpoints
*.ipynb_checkpoints/
# pyenv
.python-version
# mypy
.mypy_cache/
.dmypy.json
dmypy.json
# Pyre type checker
.pyre/
# pytype
.pytype/
# Cython debug symbols
cython_debug/
# Environment variables
.env
.env.*
!.env.example
# Virtual environments
venv/
ENV/
env/
.venv/
env.bak/
venv.bak/
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
ehthumbs.db
Desktop.ini
$RECYCLE.BIN/
# Database files
*.sqlite
*.sqlite3
*.db
*.db-shm
*.db-wal
*.db-journal
*.sql
# Log files
*.log
logs/
# Temporary documentation/structure files
*-structure.txt
temp-*.txt
*.tmp
*.temp
TODO
# Backup files
*.bak
*.swp
*.swo
*~
.backup/
*.orig
# Static file collections
staticfiles/
static_root/
media/
media_root/
# Celery
celerybeat-schedule
celerybeat-schedule-shm
celerybeat-schedule-wal
celerybeat.pid
# User uploads (served via /uploads)
uploads/
# FastAPI specific
__pypackages__/
# Docker
.dockerignore.local
# Deployment & Security
.build-info
deployment-local/
*.pem
*.key
!*.pub
secrets/
credentials/
# Google Cloud service account keys
*-service-account.json
google-wallet-sa.json
orion-*.json
# Alembic
# Note: Keep alembic/versions/ tracked for migrations
# alembic/versions/*.pyc is already covered by __pycache__
.aider*
# Node.js / npm
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
package-lock.json
tailadmin-free-tailwind-dashboard-template/
static/shared/css/tailwind.css
# Export files
orion_letzshop_export_*.csv
exports/
# Security audit (needs revamping)
scripts/security-audit/