Files
Warracker/.dockerignore
2025-06-11 20:01:48 -03:00

14 lines
157 B
Plaintext

# .dockerignore
# Ignore git files
.git
.gitignore
# Ignore developer scripts and tools
scripts/
# Ignore local development files
*.pyc
__pycache__/
.env