first upload
This commit is contained in:
22
.gitignore
vendored
Normal file
22
.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
.DS_Store
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*$py.class
|
||||
*.so
|
||||
.Python
|
||||
env/
|
||||
venv/
|
||||
.venv
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
.env
|
||||
.vscode/
|
||||
.idea/
|
||||
*.db
|
||||
*.sqlite3
|
||||
node_modules/
|
||||
.npm
|
||||
.cache/
|
||||
.pytest_cache/
|
||||
drugs.db
|
||||
Reference in New Issue
Block a user