Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 19 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,22 @@ wheels/

# Virtual Environment
venv/
ENV/
ENV/

# Generated certificates and SSL files
certs/
*.pem
*.key
*.crt
*.cert

# Test files and temporary scripts
test-*.html
test_*.html
test-*.ts
test_*.tsx
*test-*.ts
*test-*.tsx

# Generated documentation and setup files
HTTPS_SETUP.md
Loading