homelab-codex-ws/.gitignore
2026-06-12 13:29:03 +02:00

35 lines
419 B
Plaintext

# Environment variables
.env
*.env
!*.env.example
# IDE artifacts
.idea/
.vscode/
*.swp
*.swo
# Python
__pycache__/
*.py[cod]
*$py.class
venv/
.venv/
*.egg-info/
# Tools
.aider*
.codex
# worktree task marker created by scripts/dev/agent.sh new — must stay untracked per worktree
.agent-task
# OS files
.DS_Store
Thumbs.db
# Runtime data (should live outside repo, but adding just in case)
data/
logs/
temp/
tmp/