mirror of
https://github.com/System-End/nephthys.git
synced 2026-04-19 20:55:09 +00:00
* Add required library libatomic1 to Dockerfile * Add a dockerignore file It used to take like 3 seconds to copy all the files into the Docker image because `.venv` was included. That isn't needed because we `uv sync` within the container, so builds are slightly faster during development now.
10 lines
109 B
Text
10 lines
109 B
Text
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|