16 lines
149 B
Plaintext
16 lines
149 B
Plaintext
# Akademiya
|
|
/.vscode
|
|
books/
|
|
/bin/*.exe
|
|
|
|
# Python-generated files
|
|
__pycache__/
|
|
*.py[oc]
|
|
build/
|
|
dist/
|
|
wheels/
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
.venv
|