summaryrefslogtreecommitdiff
path: root/.gitignore
blob: 0abb5a01577f8e3e3466dcfabdd02970d066a487 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Build artifacts
/target

# IDE
.idea/
.vscode/
.claude/settings.local.json
*.swp
*.swo

# Environment
.env
.env.local

# Config files with secrets
/witryna.toml

# OS
.DS_Store
Thumbs.db

# Internal docs (AI task tracking, absorbed into AGENTS.md)
SPRINT.md
ARCHITECTURE.md

# Temporary files
/tmp/