mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 13:16:24 +00:00
Update
This commit is contained in:
15
.gitignore
vendored
Normal file
15
.gitignore
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
# Ignore venv directories
|
||||
venv/
|
||||
|
||||
# Ignore .env files
|
||||
.env
|
||||
# Ignore log files
|
||||
*.log
|
||||
.vscode
|
||||
.idea/
|
||||
|
||||
# Ignore .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
# Ignore .pytest_cache directory
|
||||
__pycache__/
|
||||
Reference in New Issue
Block a user