mobadara's picture
updated suveral files
25429d7
Raw
History Blame
279 Bytes
# Ignore local python virtual environments
venv/
.venv/
env/
# Ignore local caches and logs
__pycache__/
*.pyc
*.pyo
*.pyd
.pytest_cache/
.history/
# Ignore sensitive credentials (these must be injected at runtime, not hardcoded)
.env
# Ignore system files
.DS_Store
Thumbs.db