syscred / .gitignore
D Ф m i И i q ц e L Ф y e r
clean: Remove .env and __pycache__ from tracking, add .gitignore
ff19e9c
raw
history blame contribute delete
238 Bytes
# Environment and secrets
.env
*.env
# Python cache
__pycache__/
*.pyc
*.pyo
*.egg-info/
dist/
build/
# OS files
.DS_Store
Thumbs.db
# Database files
instance/
*.db
*.sqlite3
# IDE
.vscode/
.idea/
# Virtual environments
venv/
.venv/