-
Notifications
You must be signed in to change notification settings - Fork 37
/
.gitignore
57 lines (42 loc) · 949 Bytes
/
.gitignore
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
.DS_Store
NOT_FORGET.md
*.secret
development_env_file
.idea/
*.pgsql
*.pgdump
*.iml
infra/artillery/reports/*
infra/artillery/*.retry
infra/artillery/user_list_with_password
infra/scalingo/files/data_staging.csv
infra/scalingo/files/data_testing.csv
scripts/remove_doublons_of_tuto_recommendation.py
scripts/recreate_where_not_first_tuto.py
.pytest_cache/
.env
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
pc_env/
pro-packed-staging/
*.retry
# The `shared` submodule has been removed in https://github.com/pass-culture/pass-culture-main/pull/334
/shared
.docker-sync
# misc
.dccache
.graphqlconfig
.yarn-integrity
# storybook build
docs-build/
# Backoffice scss to css tmp assets
/api/src/pcapi/static/backoffice/css/compiled/
# Certificate to start the api with a proxy
*.pem
# Certificates for local mutal TLS
*.crt
*.key
# Script for VSCode local debugging
/api/src/pcapi/scripts/local_debug_script.py