mirror of
https://github.com/denuitt1/mhr-cfw.git
synced 2026-05-17 21:24:36 +03:00
36 lines
302 B
Plaintext
36 lines
302 B
Plaintext
# ignore secrets and user config
|
|
.env
|
|
config.json
|
|
ca/
|
|
|
|
# ignore python venv
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
*.egg-info/
|
|
dist/
|
|
build/
|
|
*.egg
|
|
*.spec
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.code-workspace
|
|
*.swp
|
|
*.swo
|
|
*~
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Temp MITM certs
|
|
domainfront_certs_*/
|