Addition Of Files
This commit is contained in:
28
.gitignore
vendored
Normal file
28
.gitignore
vendored
Normal file
@@ -0,0 +1,28 @@
|
||||
# Ignore Windows executables
|
||||
*.exe
|
||||
|
||||
# Ignore Python bytecode
|
||||
__pycache__
|
||||
*.pyc
|
||||
*.pyo
|
||||
|
||||
# Ignore virtual environment
|
||||
venv
|
||||
.env
|
||||
|
||||
# Ignore temporary files
|
||||
*.tmp
|
||||
*.log
|
||||
*.swp
|
||||
*.swo
|
||||
|
||||
# Ignore build files
|
||||
build/
|
||||
dist/
|
||||
.build
|
||||
.toc
|
||||
.zip
|
||||
.pkg
|
||||
.txt
|
||||
.html
|
||||
|
||||
Reference in New Issue
Block a user