initial commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# environment variables
|
||||
.env
|
||||
# virtual environment
|
||||
.venv/
|
||||
# python excludes
|
||||
__pycache__/
|
||||
__pypackages__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.pyo
|
||||
*.pyd
|
||||
# distribution / packaging
|
||||
.Python
|
||||
build/
|
||||
develop-eggs/
|
||||
dist/
|
||||
downloads/
|
||||
eggs/
|
||||
.eggs/
|
||||
lib/
|
||||
lib64/
|
||||
parts/
|
||||
|
||||
# cache
|
||||
cache/
|
||||
|
||||
# github
|
||||
.github/instructions/
|
||||
Reference in New Issue
Block a user