mirror of
https://github.com/sassanix/Warracker.git
synced 2026-01-06 05:29:39 -06:00
14 lines
157 B
Plaintext
14 lines
157 B
Plaintext
# .dockerignore
|
|
|
|
# Ignore git files
|
|
.git
|
|
.gitignore
|
|
|
|
# Ignore developer scripts and tools
|
|
scripts/
|
|
|
|
# Ignore local development files
|
|
*.pyc
|
|
__pycache__/
|
|
.env
|