22 lines
314 B
Plaintext
22 lines
314 B
Plaintext
# Byte-compiled / optimized / DLL files
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
|
|
# Distribution / packaging
|
|
build/
|
|
dist/
|
|
*.egg-info/
|
|
.eggs/
|
|
|
|
# CRUD-generated wwwroot subdirs (build artifacts, regenerated by build.sh)
|
|
wwwroot/entity_list/
|
|
wwwroot/entity_import_list/
|
|
|
|
# Editors / OS
|
|
*.swp
|
|
*.swo
|
|
.DS_Store
|
|
.idea/
|
|
.vscode/
|