mirror of
https://github.com/JaKooLit/Hyprland-Dots.git
synced 2026-01-11 15:01:02 -03:00
44 lines
404 B
Plaintext
44 lines
404 B
Plaintext
WARP.md
|
|
.warp.md
|
|
result
|
|
|
|
# Python artifacts
|
|
__pycache__/
|
|
*.py[cod]
|
|
*.pyo
|
|
*.pyd
|
|
*.so
|
|
*.egg
|
|
*.egg-info/
|
|
.eggs/
|
|
dist/
|
|
build/
|
|
eggs/
|
|
pip-wheel-metadata/
|
|
|
|
# Virtual environments
|
|
.venv/
|
|
venv/
|
|
env/
|
|
ENV/
|
|
.env
|
|
|
|
# Testing and coverage
|
|
.pytest_cache/
|
|
.coverage
|
|
.cache/
|
|
.tox/
|
|
htmlcov/
|
|
|
|
# Type checking and linting
|
|
.mypy_cache/
|
|
.pytype/
|
|
.flake8
|
|
.ruff_cache/
|
|
|
|
# IDE and editor directories
|
|
.idea/
|
|
.vscode/
|
|
*.swp
|
|
*.swo
|