mirror of
https://github.com/lorsanstand/Aether.git
synced 2026-06-19 12:05:16 +03:00
23 lines
176 B
Plaintext
23 lines
176 B
Plaintext
__pycache__
|
|
*.pyc
|
|
*.pyo
|
|
*.pyd
|
|
.Python
|
|
*.so
|
|
*.egg
|
|
*.egg-info
|
|
dist
|
|
build
|
|
*.log
|
|
.git
|
|
.gitignore
|
|
.env
|
|
.venv
|
|
venv/
|
|
ENV/
|
|
env/
|
|
.pytest_cache
|
|
.coverage
|
|
htmlcov/
|
|
.mypy_cache
|
|
.ruff_cache |