Files
blackroad-operating-system/.gitignore
2025-11-17 01:20:02 -06:00

74 lines
666 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
*.egg-info/
.installed.cfg
*.egg
# Virtual environments
venv/
ENV/
env/
.venv
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
.DS_Store
# Testing
.pytest_cache/
.coverage
htmlcov/
.tox/
# Environment variables
.env
.env.local
.env.*.local
# Logs
*.log
# Database
*.db
*.sqlite
*.sqlite3
# Node
node_modules/
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Railway
.railway/
# Temporary files
*.tmp
*.temp
.cache/
# Allow checked-in environment mapping docs (no secrets)
!infra/
!infra/env/
!infra/env/ENVIRONMENT_MAP.md