Add .gitignore
This commit is contained in:
parent
007357af2a
commit
4105a080f6
1 changed files with 20 additions and 0 deletions
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
|
@ -0,0 +1,20 @@
|
|||
urls.db
|
||||
|
||||
# Python cache and build artifacts
|
||||
__pycache__/
|
||||
*.py[cod]
|
||||
*.egg-info/
|
||||
dist/
|
||||
build/
|
||||
|
||||
# Virtual environment directories
|
||||
venv/
|
||||
.env/
|
||||
|
||||
# Log files
|
||||
*.log
|
||||
|
||||
# IDE or OS-specific files
|
||||
.DS_Store
|
||||
.idea/
|
||||
.vscode/
|
Loading…
Add table
Reference in a new issue