ai-code-analyzer / .gitignore
arun3676
Initial commit: AI Code Analyzer with fine-tuned model support
5c6379b
raw
history blame contribute delete
721 Bytes
# Python
__pycache__/
*.py[cod]
*$py.class
*.so
.Python
*.egg-info/
dist/
build/
# Virtual Environment
.venv/
venv/
ENV/
env/
# Environment variables
.env
.env.local
.env.production
# IDE
.vscode/
.idea/
*.swp
*.swo
# OS
.DS_Store
Thumbs.db
# Logs
*.log
# Streamlit
.streamlit/secrets.toml
# Test files
test_analyzer.py
test_results.txt
# Deployment
render.yaml.bak
netlify.toml.bak
# Model files (too large for GitHub)
fine-tuned-analyst/
*.bin
*.safetensors
checkpoint-*/
lora_adapters/
runs/
# Training data
additional_samples.json
mlruns/
# Temporary files
complete_notebook.py
create_colab_notebook.py
create_dataset.py
generate_full_dataset.py
test_finetuned_local.py
# Cache directories
cache/
.cache/