init: README + .gitignore (polygon v0.1.0)
This commit is contained in:
+23
@@ -0,0 +1,23 @@
|
||||
# Bytecode
|
||||
__pycache__/
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
*.iml
|
||||
|
||||
# OS
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Temp
|
||||
*.bak
|
||||
*.orig
|
||||
|
||||
# Services (генерируются from_stands.py)
|
||||
services/*.yaml
|
||||
Reference in New Issue
Block a user