Files
ARC/.gitignore
2026-07-07 09:57:21 +02:00

54 lines
487 B
Plaintext

# Python
__pycache__/
*.py[cod]
*$py.class
# Virtual environments
.venv/
venv/
env/
# Environment variables
.env
.env.*
# Chainlit
# .chainlit/
# Application files
.files/
# Tests / coverage
.pytest_cache/
.coverage
htmlcov/
# Type checkers / linters
.mypy_cache/
.ruff_cache/
.pyre/
# IDEs
.vscode/
.idea/
# OS files
.DS_Store
Thumbs.db
# Logs
*.log
# Build artifacts
build/
dist/
*.egg-info/
# Jupyter
.ipynb_checkpoints/
# Token files
.gitea_token
# Repo temp
temp_repos/