24 lines
207 B
Plaintext
24 lines
207 B
Plaintext
# Python
|
|
*.egg-info/
|
|
**/__pycache__/
|
|
*.pyc
|
|
*.pyo
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
|
|
# Test & coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
htmlcov/
|
|
|
|
# UV lock file
|
|
uv.lock
|
|
|
|
# IDE / OS
|
|
.idea/
|
|
.vscode/
|
|
*.DS_Store
|