Files
foreignthon-zh/.gitignore
foreign-thon d8ea860e50
All checks were successful
Pack Validation CI / validate (pull_request) Successful in 8s
Initial commit
2026-05-19 23:50:22 +00:00

45 lines
365 B
Plaintext

# Python
__pycache__/
*.py[cod]
*.pyo
*.pyd
.Python
*.egg-info/
*.egg
dist/
build/
wheels/
sdist/
# Virtual envs
.venv/
venv/
env/
# Testing
.pytest_cache/
.coverage
htmlcov/
# Ruff / linting
.ruff_cache/
# Mypy
.mypy_cache/
# Editors
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# ForeignThon compiled output
*.compiled.py
# Temporary Tests
tmp/**