Files
azure-gpt-cursor/.gitignore
T
gabrii 8a87d0033b Squash everything befor release.
Some past commits might have contained Cursor's IP or accidentally
commited API keys. Before making the repository public, all the history
has been squashed into a single commit with.
2025-09-14 17:38:55 +02:00

46 lines
424 B
Plaintext

# Cache
*.py[cod]
__pycache__/
.pytest_cache/
# C extensions
*.so
# Packages
*.egg
*.egg-info
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
htmlcov/
coverage.xml
# Complexity
output/*.html
output/*/index.html
# Virtualenvs
env/
.venv/
# Configuration
.env
# Recordings
recordings/
# Legacy openai backend
backend_openai.py