diff options
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..0abb5a0 --- /dev/null +++ b/.gitignore @@ -0,0 +1,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/ |
