mirror of
https://github.com/DarrylNixon/CrowdTLS-server.git
synced 2024-09-22 18:19:43 -07:00
20 lines
207 B
Text
20 lines
207 B
Text
|
.gitignore
|
||
|
.git/
|
||
|
.env
|
||
|
.env.sample
|
||
|
.flake8
|
||
|
.pre-commit-config.yaml
|
||
|
.dockerignore
|
||
|
docker-compose.yml
|
||
|
Dockerfile
|
||
|
build/
|
||
|
**/.DS_Store
|
||
|
**/__pycache__/
|
||
|
**/*.md
|
||
|
**/*.pyc
|
||
|
**/*.pyo
|
||
|
**/*.mo
|
||
|
**/*.log
|
||
|
*.egg-info/
|
||
|
*.png
|