- Add source and source_note fields to NordaEvent model - Create import_calendar_2026.py for NORDA calendar events - Create import_excel_members_2026_01_13.py for new members - Add .private/ to .gitignore (confidential materials) Imported 26 events from Kalendarz Izby NORDA 2026 (Artur Wiertel) Imported 31 new member companies from Excel Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
93 lines
1.2 KiB
Plaintext
93 lines
1.2 KiB
Plaintext
# Environment variables - NIGDY NIE COMMITUJ!
|
|
.env
|
|
.env.local
|
|
.env.*.local
|
|
|
|
# Database
|
|
*.db
|
|
*.sqlite
|
|
*.sqlite3
|
|
|
|
# Python
|
|
__pycache__/
|
|
*.py[cod]
|
|
*$py.class
|
|
*.so
|
|
.Python
|
|
venv/
|
|
env/
|
|
ENV/
|
|
|
|
# IDE
|
|
.vscode/
|
|
.idea/
|
|
*.swp
|
|
*.swo
|
|
|
|
# OS
|
|
.DS_Store
|
|
Thumbs.db
|
|
|
|
# Logs
|
|
*.log
|
|
logs/
|
|
|
|
# Temporary files
|
|
*.tmp
|
|
*.bak
|
|
|
|
# Backups
|
|
backups/
|
|
*.sql.gz
|
|
|
|
# Deployment config (contains sensitive passwords)
|
|
deploy_config.conf
|
|
|
|
# Auto Claude data directory and state files
|
|
.auto-claude/
|
|
.auto-claude-security.json
|
|
.auto-claude-status
|
|
|
|
# PageSpeed quota tracking files
|
|
.pagespeed_quota.json
|
|
scripts/.pagespeed_quota.json
|
|
|
|
# Analysis reports and temp files
|
|
*.csv
|
|
*_analysis*.json
|
|
*_report*.json
|
|
*_recommendations*.json
|
|
group_*_*.json
|
|
ANALYSIS_*.md
|
|
ANALYSIS_*.txt
|
|
CATEGORY_*.md
|
|
DEPLOYMENT_*.md
|
|
ITERATION_*.md
|
|
VALIDATION_*.md
|
|
*_SUMMARY*.md
|
|
*_SUMMARY*.txt
|
|
*_README*.md
|
|
preflight_report_*.txt
|
|
venv-py312/
|
|
.claude_settings.json
|
|
.worktrees/
|
|
*.dump
|
|
*.sql
|
|
nordabiz_*.dump
|
|
nordabiz_*.sql
|
|
|
|
# Auto-Claude metadata
|
|
project_index.json
|
|
# Note: CHANGELOG.md is tracked (removed from ignore)
|
|
|
|
# Auto Claude generated files
|
|
.security-key
|
|
logs/security/
|
|
|
|
# Source data files (large, one-time use)
|
|
data/krs_pdfs/
|
|
data/ceidg_json/
|
|
|
|
# Poufne materiały - NIGDY nie commitować
|
|
.private/
|