mirror of
https://github.com/DarrylNixon/ghostforge
synced 2024-04-22 06:27:20 -07:00
16 lines
166 B
Text
16 lines
166 B
Text
.gitignore
|
|
.git/
|
|
.env
|
|
.env.sample
|
|
.flake8
|
|
.pre-commit-config.yaml
|
|
.dockerignore
|
|
Dockerfile
|
|
build/
|
|
**/__pycache__/
|
|
**/*.md
|
|
**/*.pyc
|
|
**/*.pyo
|
|
**/*.mo
|
|
*.egg-info/
|
|
*.png
|