mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-04 21:06:24 +00:00
25 lines
242 B
Plaintext
25 lines
242 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
|
|
|
|
db.sqlite3
|
|
|
|
pyvenv.cfg
|
|
|
|
|
|
|