mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-05 05:06:25 +00:00
20 lines
217 B
Plaintext
20 lines
217 B
Plaintext
# 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/
|
|
|
|
|