freeleaps-ops/.gitignore
Nicolas 111cc02efe fix: remove venv directory from repository and update .gitignore
- Remove venv directory from git tracking
- Add comprehensive Python virtual environment ignore rules
- Prevent future accidental commits of virtual environments
2025-07-29 09:43:25 +08:00

33 lines
506 B
Plaintext

cluster/ansible/venv
cluster/ansible/manifests/inventory.ini
.idea/*
apps/gitea-webhook-ambassador/gitea-webhook-ambassador
apps/gitea-webhook-ambassador/config.yaml
apps/gitea-webhook-ambassador/data/gitea-webhook-ambassador.db
.cursorrules
# Python virtual environments
venv/
env/
.venv/
.env/
test_env/
__pycache__/
*.pyc
*.pyo
*.pyd
.Python
pip-log.txt
pip-delete-this-directory.txt
.tox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
*.log
.git
.mypy_cache
.pytest_cache
.hypothesis