Files
Transmutate/.gitignore
2026-06-01 02:06:49 +03:00

30 lines
239 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
*.so
*.egg-info/
.dist-info/
.eggs/
# Virtual environments
.venv/
venv/
env/
# IDE
.vscode/
.idea/
*.swp
*.swo
# Testing
.pytest_cache/
.coverage
htmlcov/
# Distribution
dist/
build/
*.tar.gz