# === atlas universal gitignore ===

# OS / IDE
.DS_Store
Thumbs.db
.vscode/
.idea/
*.swp
*.swo

# Sensitive
.env
.env.local
*.key
*.pem
secrets/
private/

# Python
__pycache__/
*.py[cod]
.venv/
venv/
.pytest_cache/
.ruff_cache/
*.egg-info/

# Node / JS
node_modules/
.next/
dist/
build/

# Temporary / large
*.log
*.tmp
nul
NUL
*.zip
*.rar
*.7z

# Media (selectively unignore via !path/*.ext if needed for fixtures)
*.mp4
*.mov
*.avi
*.mkv

# git worktrees (агентские)
.worktrees/
