Files
bikini-patchwork/.gitignore
T
2026-06-04 04:19:41 -05:00

24 lines
214 B
Plaintext

__pycache__/
*.pyc
*.pyo
*.pyd
*.egg-info/
build/
dist/
.eggs/
.pytest_cache/
.mypy_cache/
.ruff_cache/
.venv/
venv/
env/
.env
*.swp
*.swo
.DS_Store
Thumbs.db
.idea/
.vscode/
examples/*_obf.py
examples/*_test_*.py