From 9847b23210dd28bd8f7894673a9eb840dc86b863 Mon Sep 17 00:00:00 2001 From: itqop Date: Tue, 17 Feb 2026 12:58:01 +0300 Subject: [PATCH] add gitignore --- .gitignore | 32 ++++++++++++++++++++++++++++++-- 1 file changed, 30 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 660db46..3bb3c8c 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,37 @@ -.venv/ +# Python +__pycache__/ +*.py[cod] +*.pyo +*.egg-info/ +dist/ +build/ +*.egg +# Virtual environment +.venv/ +venv/ +env/ + +# Environment variables .env +# Database data/ +*.db +# IDE +.idea/ +.vscode/ +*.swp +*.swo + +# OS +.DS_Store +Thumbs.db + +# Project docs (local only) CLAUDE.md +TZ.md -TZ.md \ No newline at end of file +# Claude Code +.claude/