mirror of
https://github.com/ferdzo/serviceCRM.git
synced 2026-04-04 21:06:24 +00:00
16 lines
181 B
Plaintext
16 lines
181 B
Plaintext
# 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__/
|