auto-commit-service/.gitignore
autocommit a85156eccb chore(config): 🔧 Update .gitignore to exclude build artifacts, logs, and environment variables
Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
2026-04-17 21:20:13 -07:00

37 lines
308 B
Text

# Python build artifacts
dist/
build/
*.egg-info/
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
venv/
.venv/
env/
ENV/
# IDE
.vscode/
.idea/
*.swp
*.swo
*~
# Testing
.pytest_cache/
.coverage
htmlcov/
*.cover
# MyPy
.mypy_cache/
.dmypy.json
# Ruff
.ruff_cache/
# Local config
.env
.env.local