mirror of
https://github.com/denizsafak/abogen.git
synced 2026-07-18 05:40:26 +02:00
41 lines
359 B
Plaintext
41 lines
359 B
Plaintext
# System files
|
|
.DS_Store
|
|
._*
|
|
Thumbs.db
|
|
Desktop.ini
|
|
*.lnk
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
**/__pycache__
|
|
*.py[cod]
|
|
*.so
|
|
*.exe
|
|
*.zip
|
|
*.tar.gz
|
|
*.egg-info
|
|
|
|
# Virtual environments
|
|
env/
|
|
venv/
|
|
.env/
|
|
.env
|
|
.venv/
|
|
test/
|
|
|
|
# Python embedded
|
|
python_embedded/
|
|
|
|
# VS Code settings
|
|
.vscode/
|
|
|
|
# abogen
|
|
*config.json
|
|
config/
|
|
storage/
|
|
build/
|
|
dist/
|
|
.old/
|
|
test_assets/
|
|
dev_notes/
|