You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

42 lines
443 B

# Zig build artifacts
zig-out/
zig-cache/
.zig-cache/
# Pi decimal file (may be large)
*.txt
# IDE and editor files
.idea/
.vscode/
*.swp
*.swo
*~
# MacOS specific files
.DS_Store
.AppleDouble
.LSOverride
Icon?
._*
.Spotlight-V100
.Trashes
# Backup files
*.bak
*.tmp
*.backup
# Local development environment settings
.env
.envrc
.direnv/
# Test artifacts
**/test-results/
# Dependency directories
/deps/
# Dynamic data directory
data/