first commit
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@ -0,0 +1,28 @@
|
||||
# Python-generated files
|
||||
__pycache__/
|
||||
*.py[oc]
|
||||
build/
|
||||
dist/
|
||||
wheels/
|
||||
*.egg-info
|
||||
|
||||
# Virtual environments
|
||||
.venv
|
||||
|
||||
# UV
|
||||
uv.lock
|
||||
|
||||
# Environment variables
|
||||
.env
|
||||
|
||||
# Ruff
|
||||
.ruff_cache
|
||||
|
||||
# Pytest
|
||||
.pytest_cache
|
||||
|
||||
# SQLite
|
||||
*.db
|
||||
|
||||
# Postgres
|
||||
postgres
|
||||
Reference in New Issue
Block a user