3DS-RPC/.gitignore
Spotlight 1fa2402d0a
Migrate client into 3DS-RPC/3DS-RPC-Desktop
Minimal changes have been to flatten the `server/` subdirectory to the root of the repository. More testing will be required.
2025-04-03 22:06:10 -05:00

38 lines
271 B
Plaintext

# macOS
.DS_Store
# Python
venv/
__pycache__/
# IDEs
.vscode/
.idea/
# Private
private*.*
private*/
*key*.*
cache/
# Tests
test*.*
test*/
# Build files
build/
dist/
setup.py
*.spec
# DB
*.db
# NPM
node_modules
.DS_Store
# Templates/static
static/
templates/dist/