first commit
This commit is contained in:
+42
@@ -0,0 +1,42 @@
|
||||
# Python
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
|
||||
# Virtualenvs
|
||||
.venv/
|
||||
venv/
|
||||
|
||||
# Tool caches
|
||||
.pytest_cache/
|
||||
.mypy_cache/
|
||||
.ruff_cache/
|
||||
.coverage
|
||||
.coverage.*
|
||||
htmlcov/
|
||||
|
||||
# Editors / OS
|
||||
.idea/
|
||||
.vscode/
|
||||
.DS_Store
|
||||
|
||||
# Build artifacts
|
||||
build/
|
||||
dist/
|
||||
*.egg-info/
|
||||
|
||||
# Local environment files
|
||||
.env
|
||||
.env.*
|
||||
**/.env
|
||||
**/.env.*
|
||||
postgres.env
|
||||
!api/.env.example
|
||||
!bot/.env.example
|
||||
!postgres.env.example
|
||||
|
||||
# Runtime data
|
||||
volumes/
|
||||
|
||||
# Local protocol artifacts
|
||||
protocol/.xdp-*
|
||||
Reference in New Issue
Block a user