29 lines
244 B
Plaintext
29 lines
244 B
Plaintext
# 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
|
|
|