14 lines
159 B
Plaintext
14 lines
159 B
Plaintext
__pycache__/
|
|
*.spec
|
|
*.log
|
|
logs/
|
|
.vscode/
|
|
.venv/
|
|
.poetry/
|
|
# Ignore Python bytecode files
|
|
*.pyc
|
|
# Ignore build and distribution directories
|
|
build/
|
|
dist/
|
|
.gitea/
|