forked from aegis/pyserveX
33 lines
223 B
Plaintext
33 lines
223 B
Plaintext
.venv/
|
|
venv/
|
|
|
|
config.example.yaml
|
|
|
|
__pycache__/
|
|
|
|
logs/*
|
|
|
|
static/*
|
|
|
|
.DS_Store
|
|
.coverage
|
|
|
|
docs/
|
|
dist/
|
|
build/
|
|
|
|
# Cython generated files
|
|
*.c
|
|
*.so
|
|
*.pyd
|
|
*.html
|
|
*.egg-info/
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Go binaries
|
|
go/bin |