Docs: начальная структура проекта
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
11
.gitignore
vendored
Normal file
11
.gitignore
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
.env
|
||||
*.pyc
|
||||
__pycache__/
|
||||
*.sqlite3
|
||||
.git/
|
||||
logs/*.log
|
||||
app/logs/*.log
|
||||
.venv/
|
||||
venv/
|
||||
*.egg-info/
|
||||
.eggs/
|
||||
Reference in New Issue
Block a user