feat: new file
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
||||
**/.DS_Store
|
||||
**/.env
|
||||
**/.env.*
|
||||
**/node_modules
|
||||
**/.next
|
||||
**/dist
|
||||
**/__pycache__
|
||||
**/*.pyc
|
||||
**/.pytest_cache
|
||||
**/.venv
|
||||
**/venv
|
||||
**/data
|
||||
**/*.log
|
||||
|
||||
# local secrets / notes
|
||||
sql.md
|
||||
Reference in New Issue
Block a user