mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 13:16:24 +00:00
Initial commit
This commit is contained in:
22
backend/.gitignore
vendored
Normal file
22
backend/.gitignore
vendored
Normal file
@@ -0,0 +1,22 @@
|
||||
# Ignore .idea folder created by PyCharm
|
||||
.idea/
|
||||
|
||||
# Ignore __pycache__ folders and .pyc files
|
||||
__pycache__/
|
||||
*.pyc
|
||||
|
||||
# Ignore .env files
|
||||
*.env
|
||||
|
||||
# Ignore .venv folder
|
||||
.venv/
|
||||
|
||||
# Ignore .DS_Store files
|
||||
.DS_Store
|
||||
|
||||
.vscode\
|
||||
|
||||
pyvenv.cfg
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user