-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (54 loc) · 1.49 KB
/
Copy path.gitignore
File metadata and controls
65 lines (54 loc) · 1.49 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Python-generated files
__pycache__/
*.py[oc]
build/
dist/
wheels/
*.egg-info
# Virtual environments
.venv
# Database
*.sqlite3
# VS Code Configuration
#
# These specific VS Code files are tracked to provide:
# - Consistent development environment setup across the team
# - Recommended extensions for this project (extensions.json)
# - Shared debugging configurations (launch.json)
# - Build and automation tasks (tasks.json)
# - Project-wide editor settings (settings.json)
# - Development setup scripts (scripts/)
#
# If you need to use different personal settings:
# 1. Use VS Code's multi-layered settings. User Settings override Workspace Settings
# 2. Or prevent Git from tracking your local changes:
# git update-index --skip-worktree .vscode/settings.json
# 3. To later accept updates from the repo:
# git update-index --no-skip-worktree .vscode/settings.json
#
# Non-VS Code users can safely ignore these files.
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/python.env
!.vscode/scripts/
!.vscode/settings.json
!.vscode/tasks.json
# Logs
logs/*
# Collected static files
staticfiles/
static/css/tailwind.min.css
# Fonts downloaded at setup time (see scripts/dev-setup.sh)
assets/fonts/
# Test coverage
.coverage
lcov.info
# Reports (Ruff, Bandit, coverage, etc.)
reports/
# SonarQube
.scannerwork/
# Local dev cache written by import_pretalx_talks --use-cache (one file per event slug)
.pretalx_cache_*
# Zensical documentation build output (see zensical.toml)
site/