mirror of
https://github.com/MCMi460/3DS-RPC.git
synced 2025-06-18 13:35:34 -04:00

Minimal changes have been to flatten the `server/` subdirectory to the root of the repository. More testing will be required.
38 lines
271 B
Plaintext
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/
|