67 lines
541 B
Plaintext
67 lines
541 B
Plaintext
|
|
# Python
|
|
__pycache__/
|
|
.mypy_cache/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
build/
|
|
develop-eggs/
|
|
dist/
|
|
downloads/
|
|
eggs/
|
|
.eggs/
|
|
lib/
|
|
lib64/
|
|
parts/
|
|
sdist/
|
|
var/
|
|
wheels/
|
|
*.egg-info/
|
|
.installed.cfg
|
|
*.egg
|
|
|
|
# Virtual Environment
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.venv/
|
|
.*_venv/
|
|
.env
|
|
|
|
# IDE
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|
|
|
|
# Testing
|
|
.coverage
|
|
htmlcov/
|
|
unittest/
|
|
.pytest_cache/
|
|
|
|
# Distribution
|
|
dist/
|
|
build/
|
|
docs/
|
|
*.exe
|
|
output/
|
|
|
|
# Logs
|
|
logs/
|
|
*.log
|
|
livenotes.txt
|
|
AGENT.md
|
|
.pyrightignore
|
|
.gitignore
|
|
sandpypi-old.7z
|
|
.sdt
|
|
|
|
# Builds
|
|
bin/
|
|
obj/
|
|
Sand.Core\artifacts
|
|
Sand.App\artifacts
|