# Node artifact files
node_modules/
dist/

# Generated by deploy/deploy.sh from apache-osop.conf.tmpl with the
# server's actual backend port substituted in. The template is the
# source of truth.
deploy/apache-osop.conf

# Compiled Python bytecode
*.py[cod]
__pycache__/
*.egg-info/
.pytest_cache/
.mypy_cache/

# Virtual environments
venv/
.venv/
env/

# Environment / secrets
.env
.env.local
.env.*.local

# Log files
*.log

# IDE
.idea/
.vscode/

# OS
.DS_Store
Thumbs.db

# Build artifacts
*.app
*.exe
*.war
*.jar
target/

# Large media
*.mp4
*.tiff
*.avi
*.flv
*.mov
*.wmv

# Local data (GMAL Excel, sample RFPs etc. — populated per developer)
data/
backups/
