mirror of
https://github.com/saymrwulf/puncture.git
synced 2026-05-14 20:48:10 +00:00
30 lines
365 B
Text
30 lines
365 B
Text
# macOS
|
|
.DS_Store
|
|
|
|
# Python
|
|
.venv/
|
|
__pycache__/
|
|
*.py[cod]
|
|
.pytest_cache/
|
|
*.egg-info/
|
|
|
|
# Local runtime data / logs
|
|
assets/
|
|
*.log
|
|
*.err.log
|
|
state.json
|
|
|
|
# Go / build outputs
|
|
goapp/dist/
|
|
goapp/ios/build-ios/
|
|
|
|
# Xcode user/build artifacts
|
|
DerivedData/
|
|
*.xcworkspace/xcuserdata/
|
|
*.xcodeproj/xcuserdata/
|
|
|
|
# Environment files
|
|
.env
|
|
|
|
# iOS packaged artifacts
|
|
goapp/ios/dist/
|