188 lines
2.0 KiB
Plaintext
188 lines
2.0 KiB
Plaintext
### macOS
|
|
# Finder metadata
|
|
.DS_Store
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Custom folder icons
|
|
Icon
|
|
|
|
|
|
# Volume root files
|
|
.DocumentRevisions-V100
|
|
.fseventsd
|
|
.Spotlight-V100
|
|
.TemporaryItems
|
|
.Trashes
|
|
.VolumeIcon.icns
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
### VS Code
|
|
# VSCode settings (keep shared configuration)
|
|
.vscode/*
|
|
!.vscode/settings.json
|
|
!.vscode/tasks.json
|
|
!.vscode/launch.json
|
|
!.vscode/extensions.json
|
|
|
|
# Local History for Visual Studio Code
|
|
.history/
|
|
|
|
# Built Visual Studio Code Extensions
|
|
*.vsix
|
|
|
|
### C++
|
|
# Object files
|
|
*.o
|
|
*.obj
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Dynamic libraries
|
|
*.so
|
|
*.dylib
|
|
*.dll
|
|
|
|
# Static libraries
|
|
*.a
|
|
*.lib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.idb
|
|
*.pdb
|
|
|
|
### Go
|
|
# Binaries for programs and plugins
|
|
*.exe
|
|
*.exe~
|
|
*.dll
|
|
*.so
|
|
*.dylib
|
|
|
|
# Test binary, built with `go test -c`
|
|
*.test
|
|
|
|
# Output of the go coverage tool
|
|
*.out
|
|
|
|
# Go workspace file
|
|
go.work.sum
|
|
|
|
# env file
|
|
.env
|
|
|
|
### Node
|
|
# Dependencies
|
|
node_modules/
|
|
|
|
# Logs
|
|
*.log
|
|
|
|
# Runtime data
|
|
*.pid
|
|
*.pid.lock
|
|
|
|
# Coverage
|
|
coverage/
|
|
*.lcov
|
|
.nyc_output
|
|
|
|
# Build output
|
|
dist/
|
|
build/Release
|
|
|
|
# TypeScript cache
|
|
*.tsbuildinfo
|
|
|
|
# Framework build output and caches
|
|
.cache
|
|
.parcel-cache
|
|
.next
|
|
out/
|
|
.nuxt
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# npm cache directory
|
|
.npm
|
|
*.tgz
|
|
|
|
# yarn v2
|
|
.yarn/cache
|
|
.yarn/unplugged
|
|
.yarn/install-state.gz
|
|
.pnp.*
|
|
|
|
### Objective-C
|
|
# Xcode user settings
|
|
xcuserdata/
|
|
|
|
# Xcode build data
|
|
DerivedData/
|
|
|
|
# Obj-C/Swift specific
|
|
*.hmap
|
|
|
|
# App packaging
|
|
*.ipa
|
|
*.dSYM.zip
|
|
*.dSYM
|
|
|
|
# Playgrounds
|
|
timeline.xctimeline
|
|
playground.xcworkspace
|
|
|
|
### Python
|
|
# Byte-compiled files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# C extensions
|
|
*.so
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
*.egg
|
|
|
|
# dotenv environment variable files
|
|
.env
|
|
|
|
# Virtual environments
|
|
.venv
|
|
env/
|
|
venv/
|
|
|
|
# Unit test / coverage reports
|
|
htmlcov/
|
|
.tox/
|
|
.nox/
|
|
.coverage
|
|
.coverage.*
|
|
.pytest_cache/
|
|
|
|
# Type checkers
|
|
.mypy_cache/
|
|
|
|
# Jupyter Notebook
|
|
.ipynb_checkpoints
|
|
|
|
# pyenv
|
|
# .python-version |