chore: initial commit with config ignores
This commit is contained in:
25
.gitignore
vendored
Normal file
25
.gitignore
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
|
||||
# Python cache/build artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.so
|
||||
*.egg-info/
|
||||
.pytest_cache/
|
||||
|
||||
# Virtual environments
|
||||
.venv/
|
||||
venv/
|
||||
env/
|
||||
|
||||
# Local environment/config files
|
||||
.env
|
||||
.env.*
|
||||
*.local
|
||||
local_settings.py
|
||||
|
||||
# Local runtime data
|
||||
models/database.db
|
||||
*.log
|
||||
Reference in New Issue
Block a user