66 lines
566 B
Plaintext
66 lines
566 B
Plaintext
# Bytecode
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.pyo
|
|
*.pyd
|
|
|
|
# Virtual environments
|
|
venv/
|
|
.venv/
|
|
env/
|
|
ENV/
|
|
|
|
# Node
|
|
node_modules/
|
|
.npm
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Test outputs and intermediates
|
|
output/
|
|
output/**/
|
|
|
|
# Pytest
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
*.log
|
|
|
|
# Temp files
|
|
temp/
|
|
*.tmp
|
|
|
|
# Large binaries and build outputs
|
|
*.dll
|
|
*.exe
|
|
*.so
|
|
*.dylib
|
|
*.ttf
|
|
*.otf
|
|
*.png
|
|
*.jpg
|
|
*.jpeg
|
|
*.mp3
|
|
*.mp4
|
|
*.avi
|
|
*.mov
|
|
*.mkv
|
|
|
|
# Build outputs
|
|
bin/
|
|
obj/
|
|
build/
|
|
dotnet/**/bin/
|
|
dotnet/**/obj/
|
|
|
|
# Note: Gitea local access via nginx on 192.168.0.103:443
|